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-09-25T21:34:49.630Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5f489b4fdd-sm2qg with PID 14 (/app/app.jar started by so in /app)
2021-09-25T21:34:49.636Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-09-25T21:34:49.636Z||main|||||INFO|500||The following profiles are active: basic
2021-09-25T21:34:56.439Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-25T21:34:56.440Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-25T21:34:56.529Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-25T21:34:58.013Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-25T21:34:58.169Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-25T21:34:58.529Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-25T21:34:58.654Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-25T21:34:59.087Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-25T21:34:59.999Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T21:35:00.492Z||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-09-25T21:35:02.772Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T21:35:02.925Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-25T21:35:02.931Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-25T21:35:02.939Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-25T21:35:03.388Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T21:35:03.839Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T21:35:04.666Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-25T21:35:04.683Z||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$$799d2960.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-09-25T21:35:04.683Z||main|||||WARN|500||The sdc end point is not alive
2021-09-25T21:35:06.520Z||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-09-25T21:35:08.705Z||main|||||WARN|500||---
2021-09-25T21:35:08.705Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-25T21:35:08.720Z||main|||||WARN|500||---
2021-09-25T21:35:09.024Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-25T21:35:11.756Z||main|||||INFO|500||Started Application in 24.007 seconds (JVM running for 25.125)
2021-09-25T21:35:11.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:35:11.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:35:11.767Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:35:11.821Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:35:11.863Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf3e3ebf-a239-488f-918b-cec3739d6a8d url= /sdc/v1/artifactTypes
2021-09-25T21:35:11.864Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:35:12.988Z||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.35.175] 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-09-25T21:35:12.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fd7ecf1
2021-09-25T21:35:12.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:35:13.003Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:35:13.005Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:35:13.007Z||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-09-25T21:36:01.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:36:01.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:36:01.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:36:01.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:36:01.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20e24092-de50-46a0-a98f-0274fcf578d1 url= /sdc/v1/artifactTypes
2021-09-25T21:36:01.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:36:02.779Z||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.35.175] 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-09-25T21:36:02.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a253a23
2021-09-25T21:36:02.780Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:36:02.780Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:36:02.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:36:02.780Z||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-09-25T21:36:51.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:36:51.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:36:51.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:36:51.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:36:51.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ac60b78-9cde-4802-aa46-a245fdc32187 url= /sdc/v1/artifactTypes
2021-09-25T21:36:51.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:36:52.795Z||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.35.175] 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-09-25T21:36:52.796Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64672647
2021-09-25T21:36:52.796Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:36:52.796Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:36:52.797Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:36:52.798Z||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-09-25T21:37:41.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:37:41.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:37:41.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:37:41.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:37:41.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcf7a392-2de8-40d6-8943-34043ce2e798 url= /sdc/v1/artifactTypes
2021-09-25T21:37:41.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:37:42.779Z||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.35.175] 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-09-25T21:37:42.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31e7119b
2021-09-25T21:37:42.780Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:37:42.780Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:37:42.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:37:42.781Z||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-09-25T21:38:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:38:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:38:31.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:38:31.760Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:38:31.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59ef7eff-d4e1-40d4-8d71-980d4721501d url= /sdc/v1/artifactTypes
2021-09-25T21:38:31.765Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:38:32.799Z||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.35.175] 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-09-25T21:38:32.800Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4bbec0ee
2021-09-25T21:38:32.800Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:38:32.801Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:38:32.801Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:38:32.801Z||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-09-25T21:39:21.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:39:21.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:39:21.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:39:21.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:39:21.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adacf8b4-ceb3-49ec-a8f4-386b8b0cca69 url= /sdc/v1/artifactTypes
2021-09-25T21:39:21.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:39:22.779Z||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.35.175] 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-09-25T21:39:22.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74158654
2021-09-25T21:39:22.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:39:22.779Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:39:22.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:39:22.780Z||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-09-25T21:40:11.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:40:11.753Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:40:11.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:40:11.757Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:40:11.763Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba42459c-7be2-4cce-bcbc-3284a9fd3147 url= /sdc/v1/artifactTypes
2021-09-25T21:40:11.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:40:12.799Z||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.35.175] 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-09-25T21:40:12.799Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@747c2ba2
2021-09-25T21:40:12.800Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:40:12.800Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:40:12.801Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:40:12.801Z||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-09-25T21:41:01.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:41:01.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:41:01.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:41:01.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:41:01.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0eae7d9f-5a0e-4ab7-a04b-b80db7e39972 url= /sdc/v1/artifactTypes
2021-09-25T21:41:01.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:41:02.779Z||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.35.175] 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-09-25T21:41:02.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5da9a5ba
2021-09-25T21:41:02.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:41:02.779Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:41:02.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:41:02.780Z||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-09-25T21:41:51.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:41:51.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:41:51.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:41:51.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:41:51.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c02a1ce-18f3-4819-8789-9c82c973f0ed url= /sdc/v1/artifactTypes
2021-09-25T21:41:51.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:41:52.795Z||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.35.175] 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-09-25T21:41:52.796Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ed4bc1d
2021-09-25T21:41:52.796Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:41:52.796Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:41:52.797Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:41:52.797Z||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-09-25T21:42:41.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:42:41.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:42:41.752Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:42:41.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:42:41.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06fd5e8b-9da8-4ee1-85c6-aac336fcdd2e url= /sdc/v1/artifactTypes
2021-09-25T21:42:41.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:42:42.783Z||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.35.175] 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-09-25T21:42:42.783Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f54d3c8
2021-09-25T21:42:42.783Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-25T21:42:42.784Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-25T21:42:42.784Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-25T21:42:42.784Z||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-09-25T21:43:31.752Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T21:43:31.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T21:43:31.752Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T21:43:31.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T21:43:31.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60f5fd88-27aa-47ff-b125-a5e483dd269c url= /sdc/v1/artifactTypes
2021-09-25T21:43:31.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T21:43:31.921Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-25T21:43:31.928Z||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-09-25T21:43:31.949Z||scheduling-1|||||DEBUG|500||create keys
2021-09-25T21:43:31.956Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-25T21:43:31.978Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:43:31.995Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cb1a4c46-732f-4747-b4ca-7f65a4bbc36d url= /sdc/v1/registerForDistribution
2021-09-25T21:43:32.120Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cb1a4c46-732f-4747-b4ca-7f65a4bbc36d url= /sdc/v1/registerForDistribution
2021-09-25T21:43:32.120Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-25T21:43:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:43:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:43:32.132Z||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-09-25T21:43:32.132Z||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-09-25T21:43:32.132Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:43:32.132Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:43:32.133Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-25T21:43:42.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:43:42.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:44:32.126Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:44:32.128Z||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-09-25T21:44:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:44:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:44:32.130Z||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-09-25T21:44:32.130Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:44:41.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:44:41.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:44:57.087Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-25T21:45:32.126Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:45:32.127Z||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-09-25T21:45:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:45:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:45:32.129Z||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-09-25T21:45:32.130Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:45:41.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:45:41.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:46:32.127Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:46:32.128Z||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-09-25T21:46:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:46:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:46:32.129Z||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-09-25T21:46:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:46:41.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:46:41.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:47:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:47:32.127Z||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-09-25T21:47:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:47:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:47:32.129Z||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-09-25T21:47:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:47:41.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:47:41.671Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:48:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:48:32.127Z||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-09-25T21:48:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:48:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:48:32.129Z||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-09-25T21:48:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:48:41.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:48:41.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:49:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:49:32.127Z||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-09-25T21:49:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:49:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:49:32.129Z||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-09-25T21:49:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:49:41.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:49:41.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:50:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:50:32.127Z||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-09-25T21:50:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:50:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:50:32.129Z||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-09-25T21:50:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:50:41.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:50:41.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:51:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:51:32.128Z||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-09-25T21:51:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:51:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:51:32.129Z||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-09-25T21:51:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:51:41.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:51:41.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:52:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:52:32.127Z||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-09-25T21:52:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:52:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:52:32.128Z||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-09-25T21:52:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:52:41.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:52:41.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:53:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:53:32.127Z||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-09-25T21:53:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:53:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:53:32.128Z||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-09-25T21:53:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:53:41.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:53:41.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:54:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:54:32.127Z||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-09-25T21:54:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:54:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:54:32.129Z||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-09-25T21:54:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:54:41.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:54:41.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:55:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:55:32.127Z||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-09-25T21:55:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:55:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:55:32.129Z||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-09-25T21:55:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:55:41.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:55:41.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:56:32.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:56:32.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:56:32.131Z||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-09-25T21:56:32.131Z||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-09-25T21:56:32.131Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:56:32.131Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:56:41.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:56:41.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:57:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:57:32.127Z||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-09-25T21:57:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:57:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:57:32.129Z||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-09-25T21:57:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:57:41.673Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:57:41.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:58:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:58:32.128Z||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-09-25T21:58:32.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:58:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:58:32.128Z||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-09-25T21:58:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:58:41.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:58:41.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:59:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:59:32.127Z||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-09-25T21:59:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:59:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T21:59:32.129Z||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-09-25T21:59:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T21:59:41.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T21:59:41.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:00:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:00:32.127Z||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-09-25T22:00:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:00:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:00:32.129Z||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-09-25T22:00:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:00:41.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:00:41.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:01:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:01:32.127Z||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-09-25T22:01:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:01:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:01:32.129Z||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-09-25T22:01:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:01:41.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:01:41.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:02:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:02:32.127Z||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-09-25T22:02:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:02:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:02:32.129Z||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-09-25T22:02:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:02:41.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:02:41.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:03:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:03:32.127Z||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-09-25T22:03:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:03:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:03:32.129Z||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-09-25T22:03:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:03:41.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:03:41.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:04:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:04:32.127Z||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-09-25T22:04:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:04:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:04:32.129Z||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-09-25T22:04:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:04:41.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:04:41.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:05:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:05:32.127Z||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-09-25T22:05:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:05:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:05:32.129Z||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-09-25T22:05:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:05:41.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:05:41.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:06:32.127Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:06:32.128Z||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-09-25T22:06:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:06:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:06:32.129Z||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-09-25T22:06:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:06:41.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:06:41.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:07:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:07:32.127Z||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-09-25T22:07:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:07:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:07:32.129Z||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-09-25T22:07:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:07:41.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:07:41.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:08:32.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:08:32.127Z||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-09-25T22:08:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:08:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:08:32.129Z||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-09-25T22:08:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:08:41.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:08:41.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:09:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:09:32.127Z||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-09-25T22:09:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:09:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:09:32.129Z||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-09-25T22:09:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:09:41.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:09:41.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:10:32.127Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:10:32.127Z||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-09-25T22:10:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:10:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:10:32.129Z||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-09-25T22:10:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:10:41.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:10:41.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:11:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:11:32.127Z||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-09-25T22:11:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:11:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:11:32.128Z||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-09-25T22:11:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:11:41.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:11:41.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:12:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:12:32.127Z||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-09-25T22:12:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:12:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:12:32.129Z||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-09-25T22:12:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:12:41.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:12:41.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:13:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:13:32.127Z||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-09-25T22:13:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:13:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:13:32.129Z||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-09-25T22:13:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:13:41.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:13:41.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:14:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:14:32.127Z||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-09-25T22:14:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:14:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:14:32.129Z||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-09-25T22:14:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:14:41.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:14:41.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:15:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:15:32.127Z||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-09-25T22:15:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:15:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:15:32.129Z||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-09-25T22:15:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:15:41.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:15:41.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:16:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:16:32.127Z||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-09-25T22:16:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:16:32.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:16:32.128Z||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-09-25T22:16:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:16:41.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:16:41.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:17:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:17:32.127Z||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-09-25T22:17:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:17:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:17:32.128Z||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-09-25T22:17:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:17:41.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:17:41.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:18:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:18:32.127Z||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-09-25T22:18:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:18:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:18:32.129Z||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-09-25T22:18:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:18:41.672Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:18:41.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:19:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:19:32.127Z||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-09-25T22:19:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:19:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:19:32.128Z||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-09-25T22:19:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:19:41.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:19:41.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:20:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:20:32.127Z||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-09-25T22:20:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:20:32.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:20:32.129Z||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-09-25T22:20:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:20:41.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:20:41.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:21:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:21:32.127Z||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-09-25T22:21:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:21:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:21:32.129Z||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-09-25T22:21:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:21:41.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:21:41.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:22:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:22:32.127Z||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-09-25T22:22:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:22:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:22:32.128Z||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-09-25T22:22:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:22:41.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:22:41.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:23:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:23:32.127Z||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-09-25T22:23:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:23:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:23:32.129Z||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-09-25T22:23:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:23:41.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:23:41.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:24:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:24:32.127Z||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-09-25T22:24:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:24:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:24:32.128Z||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-09-25T22:24:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:24:41.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:24:41.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:25:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:25:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:25:32.128Z||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-09-25T22:25:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:25:32.129Z||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-09-25T22:25:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:25:41.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:25:41.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:26:32.127Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:26:32.128Z||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-09-25T22:26:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:26:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:26:32.129Z||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-09-25T22:26:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:26:41.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:26:41.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:27:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:27:32.127Z||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-09-25T22:27:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:27:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:27:32.129Z||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-09-25T22:27:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:27:41.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:27:41.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:28:32.127Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:28:32.128Z||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-09-25T22:28:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:28:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:28:32.129Z||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-09-25T22:28:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:28:41.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:28:41.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:29:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:29:32.127Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:29:32.135Z||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-09-25T22:29:32.135Z||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-09-25T22:29:32.136Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:29:32.136Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:29:41.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:29:41.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:30:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:30:32.128Z||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-09-25T22:30:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:30:32.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:30:32.129Z||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-09-25T22:30:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:30:41.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:30:41.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:31:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:31:32.127Z||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-09-25T22:31:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:31:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:31:32.128Z||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-09-25T22:31:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:31:41.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:31:41.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:32:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:32:32.128Z||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-09-25T22:32:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:32:32.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:32:32.129Z||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-09-25T22:32:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:32:41.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:32:41.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:33:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:33:32.127Z||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-09-25T22:33:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:33:32.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:33:32.129Z||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-09-25T22:33:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:33:41.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:33:41.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:34:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:34:32.127Z||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-09-25T22:34:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:34:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:34:32.129Z||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-09-25T22:34:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:34:41.672Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:34:41.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:35:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:35:32.127Z||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-09-25T22:35:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:35:32.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:35:32.128Z||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-09-25T22:35:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:35:41.665Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:35:41.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:36:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:36:32.127Z||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-09-25T22:36:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:36:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:36:32.128Z||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-09-25T22:36:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:36:41.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:36:41.676Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:37:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:37:32.127Z||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-09-25T22:37:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:37:32.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:37:32.128Z||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-09-25T22:37:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:37:41.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:37:41.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:32.126Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:38:32.127Z||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-09-25T22:38:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:38:32.129Z||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-09-25T22:38:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:32.263Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:32.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609486961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609486475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609492387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609489542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609494832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609502186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609502185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609502272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609495660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609495937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "cds",
  "timestamp": 1632609503287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-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-09-25T22:38:32.475Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609504525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609505244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609505494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609505518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609505514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "dcae-sch",
  "timestamp": 1632609499252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609506522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609506735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609507108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609507328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "policy-id",
  "timestamp": 1632609507526,
  "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-09-25T22:38:32.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.545Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609508113,
  "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-09-25T22:38:32.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609508338,
  "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-09-25T22:38:32.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.563Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609508380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:32.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609509117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609502669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609509343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609510141,
  "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-09-25T22:38:32.571Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:38:32.571Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609511145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:32.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:38:32.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:32.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:38:32.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4043830-f53a-473e-8ebd-5bca260a937b","serviceName":"vFW 2021-09-25 22-35-12","serviceVersion":"1.0","serviceUUID":"e8d32af6-63bf-4cca-a432-e92a9250ed34","serviceDescription":"catalog service description","serviceInvariantUUID":"598805d1-6e35-49c7-982d-66a8271fc402","resources":[{"resourceInstanceName":"vFW 70a618ac-7710 0","resourceName":"vFW 70a618ac-7710","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e13f6de9-9950-4f0d-9adf-93d13fa7dbc4","resourceInvariantUUID":"d2ff6888-e9d8-4aff-95f4-75b127f9428a","resourceCustomizationUUID":"13ecb118-74c2-43ad-b6ee-e00ef8571608","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml","artifactChecksum":"MjgwMTViNzgyMjU4Nzc1Njg3ZGJiN2RkNzg0MzE5N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b115d73-23e3-4b84-841b-a4df96f29674","artifactVersion":"1"},{"artifactName":"vfw70a618ac77100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json","artifactChecksum":"Mjg0MDA5M2QzMTY5ZGY1NDYzZDUxMDUxNjNiYmU1MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b773e51d-11c9-4973-ba4d-535f56eb2c6e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml","artifactChecksum":"MTYxZjMwYTNmODFkNjIxNDgxY2I0NThjMjM0YzkwYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eea7106a-15fd-4d24-aab6-b9161eaba9c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"829e3969-4f0c-47c9-baef-2f686f9a60cb","artifactVersion":"2","generatedFromUUID":"2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210925223512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml","artifactChecksum":"NjM0NGEyYTYxNzUxZTk1ZThmMDNiOWM0ZDQ2ZmVjYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4e1a26e-13d2-4f04-a454-deb831cb8ab7","artifactVersion":"1"},{"artifactName":"service-Vfw20210925223512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar","artifactChecksum":"MmE3M2JiNzk1ZGU3ZjE4MGY3OTFjMWU4NTY1ZjFkNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7687b036-9df0-47cc-82f2-5753bab65741","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:38:32.759Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:32.764Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:32.772Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:32.772Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:32.873Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-25T22:38:32.877Z||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-09-25T22:38:32.878Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:32.888Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:32.889Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:33.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:33.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:33.778Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:33.779Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:38:33.879Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:33.880Z||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-09-25T22:38:33.880Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:33.889Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:33.890Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:34.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:34.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:34.782Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:34.783Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:38:34.883Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:34.884Z||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-09-25T22:38:34.884Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:34.893Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:34.894Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:35.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:35.784Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:35.785Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:35.786Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:35.886Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:35.887Z||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-09-25T22:38:35.887Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:35.899Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:35.899Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:36.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:36.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:36.788Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:36.789Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T22:38:36.889Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:36.889Z||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-09-25T22:38:36.889Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:36.898Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:36.898Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:37.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:37.790Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:37.791Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:37.791Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:38:37.892Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:38:37.892Z||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-09-25T22:38:37.893Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:37.902Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:37.902Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:38.792Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:38:38.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:38.795Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:38.795Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:38:38.895Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:38:38.896Z||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-09-25T22:38:38.896Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:38.907Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:38.908Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:39.797Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "serviceName": "vFW 2021-09-25 22-35-12",
  "serviceVersion": "1.0",
  "serviceUUID": "e8d32af6-63bf-4cca-a432-e92a9250ed34",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "598805d1-6e35-49c7-982d-66a8271fc402",
  "resources": [
    {
      "resourceInstanceName": "vFW 70a618ac-7710 0",
      "resourceCustomizationUUID": "13ecb118-74c2-43ad-b6ee-e00ef8571608",
      "resourceName": "vFW 70a618ac-7710",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e13f6de9-9950-4f0d-9adf-93d13fa7dbc4",
      "resourceInvariantUUID": "d2ff6888-e9d8-4aff-95f4-75b127f9428a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw70a618ac77100_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
          "artifactChecksum": "Mjg0MDA5M2QzMTY5ZGY1NDYzZDUxMDUxNjNiYmU1MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b773e51d-11c9-4973-ba4d-535f56eb2c6e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "829e3969-4f0c-47c9-baef-2f686f9a60cb",
            "generatedFromUUID": "2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "829e3969-4f0c-47c9-baef-2f686f9a60cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210925223512-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
      "artifactChecksum": "MmE3M2JiNzk1ZGU3ZjE4MGY3OTFjMWU4NTY1ZjFkNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7687b036-9df0-47cc-82f2-5753bab65741"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:38:39.798Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:38:39.798Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8d32af6-63bf-4cca-a432-e92a9250ed34 ASDC
2021-09-25T22:38:39.926Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c4043830-f53a-473e-8ebd-5bca260a937b
ServiceName:vFW 2021-09-25 22-35-12
ServiceVersion:1.0
ServiceUUID:e8d32af6-63bf-4cca-a432-e92a9250ed34
ServiceInvariantUUID:598805d1-6e35-49c7-982d-66a8271fc402
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210925223512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
ArtifactUUID:7687b036-9df0-47cc-82f2-5753bab65741
ArtifactChecksum:MmE3M2JiNzk1ZGU3ZjE4MGY3OTFjMWU4NTY1ZjFkNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 70a618ac-7710 0
ResourceCustomizationUUID:13ecb118-74c2-43ad-b6ee-e00ef8571608
ResourceInvariantUUID:d2ff6888-e9d8-4aff-95f4-75b127f9428a
ResourceName:vFW 70a618ac-7710
ResourceType:VF
ResourceUUID:e13f6de9-9950-4f0d-9adf-93d13fa7dbc4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw70a618ac77100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
ArtifactUUID:b773e51d-11c9-4973-ba4d-535f56eb2c6e
ArtifactChecksum:Mjg0MDA5M2QzMTY5ZGY1NDYzZDUxMDUxNjNiYmU1MDE=
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/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
ArtifactUUID:2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3
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/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
ArtifactUUID:829e3969-4f0c-47c9-baef-2f686f9a60cb
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/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
ArtifactUUID:829e3969-4f0c-47c9-baef-2f686f9a60cb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T22:38:39.926Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8d32af6-63bf-4cca-a432-e92a9250ed34 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-09-25T22:38:39.965Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:38:39.966Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:38:39.967Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:38:39.967Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7687b036-9df0-47cc-82f2-5753bab65741 from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:39.967Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:39.968Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:40.552Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:40.570Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar 7687b036-9df0-47cc-82f2-5753bab65741 110023
2021-09-25T22:38:40.571Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar ASDC sendASDCNotification
2021-09-25T22:38:40.571Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:40.571Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:40.572Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:40.574Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:40.574Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609520570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:40.674Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:40.675Z||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-09-25T22:38:40.675Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:40.686Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:40.687Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:41.575Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:38:41.576Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:38:41.576Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7687b036-9df0-47cc-82f2-5753bab65741, URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar to file: /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:41.577Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210925223512-csar.csar
2021-09-25T22:38:41.696Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:41.696Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:42.368Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10143529262555245422/Definitions/service-Vfw20210925223512-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2021-09-25T22:38:44.583Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.588Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 70a618ac-7710 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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||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-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 70a618ac-7710 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:44.589Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:38:44.595Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.596Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.599Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.599Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:38:44.601Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:38:44.602Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:38:44.603Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.603Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.606Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.607Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.608Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:44.609Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:44.610Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.611Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:44.612Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.612Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:44.612Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc7469-446d-4bc2-99fc-9893e6766143
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.620Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:44.621Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c5d308b-c289-41e6-8539-c7332c562151
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.622Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=75ca81d3-6113-4c26-9f96-1d44f5f6c6b3
2021-09-25T22:38:44.623Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.624Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:44.625Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:44.625Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-25 22-35-12
Description:catalog service description
Model UUID:e8d32af6-63bf-4cca-a432-e92a9250ed34
Model Version:NULL
Model InvariantUuid:598805d1-6e35-49c7-982d-66a8271fc402
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 70a618ac-7710
Model UUID:bbb43c00-e039-4f05-a411-dcb8f6e8a175
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2ff6888-e9d8-4aff-95f4-75b127f9428a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:13ecb118-74c2-43ad-b6ee-e00ef8571608
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:593bef87-4e43-493d-81b3-e1d7e7b61b9b
ModelName:Vfw70a618ac7710..base_vfw..module-0
ModelUuid:e9ae60b9-ca3a-4aea-af3f-184057ad13cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dbcc7469-446d-4bc2-99fc-9893e6766143
ModelInvariantUuid:7e57bac5-163f-4faa-a4cb-f9a085c467ce
ModelName:vFW 70a618ac-7710-nodes.vfwCvfc
ModelUuid:50e7d101-b6c6-445b-aa11-3f192bd2f5da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:54186f2a-cb7a-4f11-99a1-88c509a15a45
ModelInvariantUuid:b7c3a3a7-e28e-4697-8195-457a0e21d268
ModelName:Vfw70a618ac7710.compute.nodes.heat.vfw
ModelUuid:70f342a6-d8ff-490e-addd-e58088cbba78
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9c5d308b-c289-41e6-8539-c7332c562151
ModelInvariantUuid:331d203d-24cc-40d1-be89-ee13e818bef8
ModelName:vFW 70a618ac-7710-nodes.vsnCvfc
ModelUuid:390f43c7-1b6c-4ba0-9d15-16cc411bb796
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:660265ac-e379-4091-b9ba-50ebc4f9b7e8
ModelInvariantUuid:14ec9a3f-b3a5-4d3a-bb30-655785b9b47a
ModelName:Vfw70a618ac7710.compute.nodes.heat.vsn
ModelUuid:6c87126d-eba2-4895-b0fd-ea0e16e19482
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:75ca81d3-6113-4c26-9f96-1d44f5f6c6b3
ModelInvariantUuid:673cd7a9-4c06-48dd-b76c-15c7b96b347b
ModelName:vFW 70a618ac-7710-nodes.vpgCvfc
ModelUuid:107b060d-f262-408c-8c87-2b584de0da2e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a5186993-1172-4df6-ba0b-ec24af3a11ff
ModelInvariantUuid:a58ee722-e6b2-40f4-9882-0a355f42c42d
ModelName:Vfw70a618ac7710.compute.nodes.heat.vpg
ModelUuid:27525dda-c93f-49b3-9c95-6f96cfb37d2a
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-09-25T22:38:44.641Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e13f6de9-9950-4f0d-9adf-93d13fa7dbc4
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-09-25T22:38:44.721Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||vFW 70a618ac-7710 0
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e13f6de9-9950-4f0d-9adf-93d13fa7dbc4
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b773e51d-11c9-4973-ba4d-535f56eb2c6e from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:44.727Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:45.674Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:45.674Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json b773e51d-11c9-4973-ba4d-535f56eb2c6e 785
2021-09-25T22:38:45.674Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json ASDC sendASDCNotification
2021-09-25T22:38:45.675Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:45.675Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:45.675Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:45.677Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:45.677Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609525674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:45.777Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:45.778Z||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-09-25T22:38:45.778Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:45.788Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:45.789Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:46.678Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw70a618ac7710..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "593bef87-4e43-493d-81b3-e1d7e7b61b9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9ae60b9-ca3a-4aea-af3f-184057ad13cb",
    "vfModuleModelCustomizationUUID": "086b417d-9e5e-4342-ad71-679d78a4d1f5",
    "isBase": true,
    "artifacts": [
      "2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3",
      "829e3969-4f0c-47c9-baef-2f686f9a60cb"
    ],
    "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-09-25T22:38:46.700Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw70a618ac7710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9ae60b9-ca3a-4aea-af3f-184057ad13cb
VfModuleModelInvariantUUID:593bef87-4e43-493d-81b3-e1d7e7b61b9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3
,
829e3969-4f0c-47c9-baef-2f686f9a60cb

}
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-09-25T22:38:46.702Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw70a618ac7710..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "593bef87-4e43-493d-81b3-e1d7e7b61b9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9ae60b9-ca3a-4aea-af3f-184057ad13cb",
    "vfModuleModelCustomizationUUID": "086b417d-9e5e-4342-ad71-679d78a4d1f5",
    "isBase": true,
    "artifacts": [
      "2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3",
      "829e3969-4f0c-47c9-baef-2f686f9a60cb"
    ],
    "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-09-25T22:38:46.702Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw70a618ac7710..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9ae60b9-ca3a-4aea-af3f-184057ad13cb
VfModuleModelInvariantUUID:593bef87-4e43-493d-81b3-e1d7e7b61b9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3
,
829e3969-4f0c-47c9-baef-2f686f9a60cb

}
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-09-25T22:38:46.703Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3 from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:46.703Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:46.703Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:47.426Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:47.426Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml 2c71741a-8437-4df8-8e4e-f6e9bc7c9ac3 20368
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:47.427Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:47.429Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:47.429Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609527427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:47.530Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:47.530Z||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-09-25T22:38:47.531Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:47.539Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:47.539Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:48.430Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 829e3969-4f0c-47c9-baef-2f686f9a60cb from URL: /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:48.431Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:38:48.431Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env 829e3969-4f0c-47c9-baef-2f686f9a60cb 2098
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:48.790Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:38:48.791Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:48.792Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:48.792Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609528790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:38:48.892Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:48.893Z||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-09-25T22:38:48.893Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:48.903Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:48.903Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:49.793Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e8d32af6-63bf-4cca-a432-e92a9250ed34
2021-09-25T22:38:49.793Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 70a618ac-7710 0 e13f6de9-9950-4f0d-9adf-93d13fa7dbc4 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-09-25T22:38:49.829Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.829Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.829Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-25T22:38:49.830Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 13ecb118-74c2-43ad-b6ee-e00ef8571608
2021-09-25T22:38:49.830Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13ecb118-74c2-43ad-b6ee-e00ef8571608 matches Tosca VF Customization UUID: 13ecb118-74c2-43ad-b6ee-e00ef8571608
2021-09-25T22:38:49.830Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 13ecb118-74c2-43ad-b6ee-e00ef8571608  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-09-25T22:38:49.834Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.834Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.835Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 13ecb118-74c2-43ad-b6ee-e00ef8571608: {\"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-09-25T22:38:49.835Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48c306d7
2021-09-25T22:38:49.836Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.836Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:38:49.836Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 086b417d-9e5e-4342-ad71-679d78a4d1f5
2021-09-25T22:38:49.837Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 086b417d-9e5e-4342-ad71-679d78a4d1f5
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-09-25T22:38:49.841Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.841Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.841Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.842Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:49.843Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.844Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:49.844Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.844Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc7469-446d-4bc2-99fc-9893e6766143
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-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:49.854Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.855Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T22:38:49.856Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.856Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c5d308b-c289-41e6-8539-c7332c562151
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-09-25T22:38:49.857Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.858Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.858Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.859Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.860Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T22:38:49.861Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=75ca81d3-6113-4c26-9f96-1d44f5f6c6b3
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-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Node template vFW 70a618ac-7710 0 is matching search criteria
2021-09-25T22:38:49.863Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 70a618ac-7710 0] matching following query criteria: sdcType=VF, customizationUUID=13ecb118-74c2-43ad-b6ee-e00ef8571608
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-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e8d32af6-63bf-4cca-a432-e92a9250ed34: vFW 70a618ac-7710
2021-09-25T22:38:49.865Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.866Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:38:49.867Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-25 22-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:38:49.867Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-25 22-35-12 
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-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 70a618ac-7710 e13f6de9-9950-4f0d-9adf-93d13fa7dbc4 1 ASDC deployResourceStructure
2021-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json ASDC sendASDCNotification
2021-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json
2021-09-25T22:38:50.128Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:50.129Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:50.130Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:50.130Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609530128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:50.230Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:50.231Z||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-09-25T22:38:50.231Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:50.242Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:50.242Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:51.132Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T22:38:51.132Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml
2021-09-25T22:38:51.132Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:51.133Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:51.134Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:51.134Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609531132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:51.235Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:51.236Z||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-09-25T22:38:51.236Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:51.246Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:51.246Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:52.136Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T22:38:52.136Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env
2021-09-25T22:38:52.136Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:52.137Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:52.138Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:52.138Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609532136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:52.239Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:52.239Z||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-09-25T22:38:52.239Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:52.248Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:52.248Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:38:53.139Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar ASDC sendASDCNotification
2021-09-25T22:38:53.140Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar
2021-09-25T22:38:53.140Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:38:53.140Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:38:53.142Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:38:53.142Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609533139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:38:53.243Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:38:53.244Z||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-09-25T22:38:53.244Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:38:53.254Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:38:53.254Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:38:54.144Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:38:54.153Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:38:54.155Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:38:54.155Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:38:54.155Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:39:24.156Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:39:24.162Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:39:24.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:39:24.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:39:24.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:39:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:39:32.129Z||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-09-25T22:39:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:39:32.152Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:39:32.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:39:32.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609505458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:39:32.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:39:54.164Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:39:54.171Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:39:54.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:39:54.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:39:54.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:40:24.173Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:40:24.182Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:40:24.183Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:40:24.183Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:40:24.183Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:40:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:40:32.129Z||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-09-25T22:40:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:40:32.153Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:40:32.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609514499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609515706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609516760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "clamp",
  "timestamp": 1632609517766,
  "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-09-25T22:40:32.162Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:40:32.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:40:32.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609512126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609518977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609519827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609519981,
  "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-09-25T22:40:32.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:40:32.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:40:32.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609520570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "aai-ml",
  "timestamp": 1632609520831,
  "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-09-25T22:40:32.194Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4043830-f53a-473e-8ebd-5bca260a937b
2021-09-25T22:40:32.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609525674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609527427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609528790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609530128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/vfw70a618ac77100_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609531132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609532136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/resourceInstances/vfw70a618ac77100/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:40:32.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609533139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925223512/1.0/artifacts/service-Vfw20210925223512-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:40:32.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:40:54.184Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:40:54.190Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:40:54.192Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:40:54.193Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T22:40:54.195Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:41:24.196Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4043830-f53a-473e-8ebd-5bca260a937b 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-09-25T22:41:24.202Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4043830-f53a-473e-8ebd-5bca260a937b and serviceModelVersionId: e8d32af6-63bf-4cca-a432-e92a9250ed34
2021-09-25T22:41:24.202Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 598805d1-6e35-49c7-982d-66a8271fc402
2021-09-25T22:41:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:41:32.129Z||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-09-25T22:41:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:32.650Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:32.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609574832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609575937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "dcae-sch",
  "timestamp": 1632609579252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609586535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609586543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609587548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609588047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "policy-id",
  "timestamp": 1632609588551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T22:41:32.682Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.682Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609582387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632609582669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609589450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609590409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609590463,
  "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-09-25T22:41:32.691Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.691Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609590704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "cds",
  "timestamp": 1632609591414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-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-09-25T22:41:32.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.697Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632609591466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609585660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609592711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609586475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609586961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "clamp",
  "timestamp": 1632609593713,
  "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-09-25T22:41:32.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.706Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609594032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609594927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609595331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609596642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609597316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609598619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609599128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609599627,
  "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-09-25T22:41:32.728Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.728Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609600133,
  "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-09-25T22:41:32.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632609600631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609600723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632609601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "aai-ml",
  "timestamp": 1632609601726,
  "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-09-25T22:41:32.738Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.738Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609595458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609604995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609607244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:41:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632609608246,
  "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-09-25T22:41:32.746Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f53413a6-f971-4242-b670-a21c44f494ed
2021-09-25T22:41:32.746Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:41:34.916Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0
2021-09-25T22:41:35.009Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:41:35.435Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|INFO|500||Invoke
2021-09-25T22:41:35.443Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4043830-f53a-473e-8ebd-5bca260a937b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07b4b0e0-a60c-477d-b337-16dd36f9663b], X-ECOMP-RequestID=[c4043830-f53a-473e-8ebd-5bca260a937b], X-TransactionId=[], X-ONAP-RequestID=[c4043830-f53a-473e-8ebd-5bca260a937b], Content-Type=[application/merge-patch+json]}
2021-09-25T22:41:35.632Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:41:36.151Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?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/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-22:41:35:641-84276], vertex-id=[184544], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:41:35 GMT], Content-Type=[application/json]}
2021-09-25T22:41:36.152Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:41:36.153Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598805d1-6e35-49c7-982d-66a8271fc402/model-vers/model-ver/e8d32af6-63bf-4cca-a432-e92a9250ed34?depth=0|INFO|500||InvokeReturn
2021-09-25T22:41:36.156Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:41:36.156Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T22:41:36.162Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T22:41:36.168Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4043830-f53a-473e-8ebd-5bca260a937b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:41:36.169Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:41:36.169Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:36.171Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:36.171Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609696169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:41:36.271Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:36.272Z||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-09-25T22:41:36.272Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:36.281Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:36.281Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-09-25T22:41:37.178Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:41:37.178Z|c4043830-f53a-473e-8ebd-5bca260a937b|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-09-25T22:41:37.178Z|c4043830-f53a-473e-8ebd-5bca260a937b|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:41.495Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:41.496Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:41:41.496Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f53413a6-f971-4242-b670-a21c44f494ed","serviceName":"basic_onboard_VcVBCU","serviceVersion":"1.0","serviceUUID":"b31d64b7-8981-48b1-b875-6e504792d6e8","serviceDescription":"service","serviceInvariantUUID":"5fac4bb1-6144-44e8-b643-b70374cacd30","resources":[{"resourceInstanceName":"basic_onboard_VcVBCU 0","resourceName":"basic_onboard_VcVBCU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0d4ae75-67f4-4393-8e63-7fc6b41aac7d","resourceInvariantUUID":"8dc0a226-eb60-4fdd-b475-acaeb816e232","resourceCustomizationUUID":"8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml","artifactChecksum":"YzVjN2ZhNThlNzAyNTJlMTAzYTUwYjM0ZDE2NWQ2ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ba6d779-0114-4045-aec9-8f36305e3cfc","artifactVersion":"1"},{"artifactName":"basic_onboard_vcvbcu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json","artifactChecksum":"ZjVkZTMwNDc0OTUwMGJiMzQ0MzQxZDg0ODQxODA1NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff73ae4d-73d6-4539-bf91-b2d8cb71691c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c21fc2f6-4a49-4f4b-931d-68ef87cf923b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7dd17ee1-df9a-4950-b988-25205dacfb58","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f0a937c-2c9a-495d-9477-d904036858c3","artifactVersion":"2","generatedFromUUID":"c21fc2f6-4a49-4f4b-931d-68ef87cf923b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVcvbcu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml","artifactChecksum":"NDhmMzM5NDg1YThjMmEzOWFmMTllMTY1YmQxNDY5ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9329f94-c650-403b-bc91-7a885841e523","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVcvbcu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar","artifactChecksum":"YjBiZGEwMDUwZGZlOTU3YWQ1OWI2ZWRhYjcyYTgwNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37fef7b5-e074-4033-9141-1aa98c39a434","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:41:41.499Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:41.499Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:41.501Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:41.502Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:41.602Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:41.602Z||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-09-25T22:41:41.602Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:41.611Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:41.611Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:42.502Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:42.503Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:42.505Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:42.505Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:41:42.605Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:42.606Z||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-09-25T22:41:42.606Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:42.615Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:42.616Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:43.505Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:43.506Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:43.508Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:43.508Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:41:43.608Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:43.609Z||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-09-25T22:41:43.609Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:43.619Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:43.619Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:44.509Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:44.509Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:44.511Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:44.511Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:44.612Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:41:44.614Z||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-09-25T22:41:44.614Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:44.623Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:44.623Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:45.512Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:45.513Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:45.515Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:45.515Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:41:45.615Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:45.616Z||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-09-25T22:41:45.616Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:45.625Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:45.625Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:46.515Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:46.516Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:46.518Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:46.518Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:41:46.618Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:46.619Z||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-09-25T22:41:46.619Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:46.628Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:46.629Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:47.518Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:41:47.519Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:47.521Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:47.521Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:41:47.621Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:47.622Z||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-09-25T22:41:47.622Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:47.631Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:47.632Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:48.522Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "serviceName": "basic_onboard_VcVBCU",
  "serviceVersion": "1.0",
  "serviceUUID": "b31d64b7-8981-48b1-b875-6e504792d6e8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5fac4bb1-6144-44e8-b643-b70374cacd30",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VcVBCU 0",
      "resourceCustomizationUUID": "8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d",
      "resourceName": "basic_onboard_VcVBCU",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a0d4ae75-67f4-4393-8e63-7fc6b41aac7d",
      "resourceInvariantUUID": "8dc0a226-eb60-4fdd-b475-acaeb816e232",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vcvbcu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
          "artifactChecksum": "ZjVkZTMwNDc0OTUwMGJiMzQ0MzQxZDg0ODQxODA1NTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ff73ae4d-73d6-4539-bf91-b2d8cb71691c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c21fc2f6-4a49-4f4b-931d-68ef87cf923b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0f0a937c-2c9a-495d-9477-d904036858c3",
            "generatedFromUUID": "c21fc2f6-4a49-4f4b-931d-68ef87cf923b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0f0a937c-2c9a-495d-9477-d904036858c3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVcvbcu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
      "artifactChecksum": "YjBiZGEwMDUwZGZlOTU3YWQ1OWI2ZWRhYjcyYTgwNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37fef7b5-e074-4033-9141-1aa98c39a434"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:41:48.522Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:41:48.522Z|c4043830-f53a-473e-8ebd-5bca260a937b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b31d64b7-8981-48b1-b875-6e504792d6e8 ASDC
2021-09-25T22:41:48.523Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f53413a6-f971-4242-b670-a21c44f494ed
ServiceName:basic_onboard_VcVBCU
ServiceVersion:1.0
ServiceUUID:b31d64b7-8981-48b1-b875-6e504792d6e8
ServiceInvariantUUID:5fac4bb1-6144-44e8-b643-b70374cacd30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVcvbcu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
ArtifactUUID:37fef7b5-e074-4033-9141-1aa98c39a434
ArtifactChecksum:YjBiZGEwMDUwZGZlOTU3YWQ1OWI2ZWRhYjcyYTgwNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VcVBCU 0
ResourceCustomizationUUID:8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
ResourceInvariantUUID:8dc0a226-eb60-4fdd-b475-acaeb816e232
ResourceName:basic_onboard_VcVBCU
ResourceType:VF
ResourceUUID:a0d4ae75-67f4-4393-8e63-7fc6b41aac7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vcvbcu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
ArtifactUUID:ff73ae4d-73d6-4539-bf91-b2d8cb71691c
ArtifactChecksum:ZjVkZTMwNDc0OTUwMGJiMzQ0MzQxZDg0ODQxODA1NTk=
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/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c21fc2f6-4a49-4f4b-931d-68ef87cf923b
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/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
ArtifactUUID:0f0a937c-2c9a-495d-9477-d904036858c3
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/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
ArtifactUUID:0f0a937c-2c9a-495d-9477-d904036858c3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T22:41:48.523Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b31d64b7-8981-48b1-b875-6e504792d6e8 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-09-25T22:41:48.549Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:41:48.549Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:41:48.549Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:41:48.550Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37fef7b5-e074-4033-9141-1aa98c39a434 from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:48.550Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:48.550Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:49.051Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar 37fef7b5-e074-4033-9141-1aa98c39a434 74834
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar ASDC sendASDCNotification
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:49.055Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:49.056Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:49.057Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:49.057Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609709055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:49.158Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:49.158Z||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-09-25T22:41:49.159Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:49.167Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:49.168Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:50.058Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:41:50.059Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 37fef7b5-e074-4033-9141-1aa98c39a434, URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar to file: /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.060Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:50.447Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8014031145678308816/Definitions/service-BasicOnboardVcvbcu-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-09-25T22:41:51.568Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:41:51.568Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VcVBCU 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.569Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VcVBCU 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-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.570Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:41:51.571Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-25T22:41:51.571Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.571Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.572Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.572Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.573Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.574Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T22:41:51.575Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:41:51.576Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:41:51.576Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.576Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:51.577Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.578Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.578Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:51.578Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.582Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:51.620Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:51.620Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is not matching search criteria
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6946f96-bb7f-40f8-bee5-84f690cd5919
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.621Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:51.622Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:51.623Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VcVBCU
Description:service
Model UUID:b31d64b7-8981-48b1-b875-6e504792d6e8
Model Version:NULL
Model InvariantUuid:5fac4bb1-6144-44e8-b643-b70374cacd30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VcVBCU
Model UUID:cd34a8ab-a6f4-4f7c-b2bb-dcf945ea3b3b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8dc0a226-eb60-4fdd-b475-acaeb816e232
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e54636b-2325-4819-9093-50ea825fc371
ModelName:BasicOnboardVcvbcu..base_ubuntu18..module-0
ModelUuid:b44cb0c6-ff0e-4d22-b42d-17600383f852
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6946f96-bb7f-40f8-bee5-84f690cd5919
ModelInvariantUuid:daaf9159-b30e-4516-9b80-fdac82404554
ModelName:basic_onboard_VcVBCU-nodes.ubuntu18Cvfc
ModelUuid:a3002b3c-2b34-4d22-b42e-8aadc806967e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:43d97cdf-30bf-4002-bc71-a8cd8babff52
ModelInvariantUuid:52a77d95-d946-43f4-8fb0-b59a9a649000
ModelName:BasicOnboardVcvbcu.compute.nodes.heat.ubuntu18
ModelUuid:4bdcc60c-031c-49e0-a84c-b9ee7941e229
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-09-25T22:41:51.629Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a0d4ae75-67f4-4393-8e63-7fc6b41aac7d
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-09-25T22:41:51.631Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||basic_onboard_VcVBCU 0
2021-09-25T22:41:51.631Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0d4ae75-67f4-4393-8e63-7fc6b41aac7d
2021-09-25T22:41:51.631Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff73ae4d-73d6-4539-bf91-b2d8cb71691c from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:51.632Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:51.632Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:53.133Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:53.134Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json ff73ae4d-73d6-4539-bf91-b2d8cb71691c 798
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json ASDC sendASDCNotification
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:53.135Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:53.137Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:53.137Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609713134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:53.237Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:41:53.238Z||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-09-25T22:41:53.239Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:53.248Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:53.249Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:54.138Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVcvbcu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3e54636b-2325-4819-9093-50ea825fc371",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b44cb0c6-ff0e-4d22-b42d-17600383f852",
    "vfModuleModelCustomizationUUID": "b106d840-fbf7-4be0-8973-7c4363f7bb43",
    "isBase": true,
    "artifacts": [
      "c21fc2f6-4a49-4f4b-931d-68ef87cf923b",
      "0f0a937c-2c9a-495d-9477-d904036858c3"
    ],
    "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-09-25T22:41:54.143Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVcvbcu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b44cb0c6-ff0e-4d22-b42d-17600383f852
VfModuleModelInvariantUUID:3e54636b-2325-4819-9093-50ea825fc371
VfModuleModelDescription:NULL
Artifacts UUID List:{
c21fc2f6-4a49-4f4b-931d-68ef87cf923b
,
0f0a937c-2c9a-495d-9477-d904036858c3

}
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-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVcvbcu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3e54636b-2325-4819-9093-50ea825fc371",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b44cb0c6-ff0e-4d22-b42d-17600383f852",
    "vfModuleModelCustomizationUUID": "b106d840-fbf7-4be0-8973-7c4363f7bb43",
    "isBase": true,
    "artifacts": [
      "c21fc2f6-4a49-4f4b-931d-68ef87cf923b",
      "0f0a937c-2c9a-495d-9477-d904036858c3"
    ],
    "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-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVcvbcu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b44cb0c6-ff0e-4d22-b42d-17600383f852
VfModuleModelInvariantUUID:3e54636b-2325-4819-9093-50ea825fc371
VfModuleModelDescription:NULL
Artifacts UUID List:{
c21fc2f6-4a49-4f4b-931d-68ef87cf923b
,
0f0a937c-2c9a-495d-9477-d904036858c3

}
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-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c21fc2f6-4a49-4f4b-931d-68ef87cf923b from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:54.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:54.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:54.936Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:54.936Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml c21fc2f6-4a49-4f4b-931d-68ef87cf923b 5033
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:54.937Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:54.938Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:54.939Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609714937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:55.039Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:55.040Z||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-09-25T22:41:55.040Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:55.049Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:55.049Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:55.939Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f0a937c-2c9a-495d-9477-d904036858c3 from URL: /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:55.940Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-25T22:41:55.940Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:56.715Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env 0f0a937c-2c9a-495d-9477-d904036858c3 909
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:41:56.716Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:56.718Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:56.718Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609716716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:41:56.819Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:41:56.819Z||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-09-25T22:41:56.819Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:56.827Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:56.827Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:57.719Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b31d64b7-8981-48b1-b875-6e504792d6e8
2021-09-25T22:41:57.720Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VcVBCU 0 a0d4ae75-67f4-4393-8e63-7fc6b41aac7d 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-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-25T22:41:57.732Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
2021-09-25T22:41:57.733Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d matches Tosca VF Customization UUID: 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
2021-09-25T22:41:57.733Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d  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-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d: {\"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-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cb02a13
2021-09-25T22:41:57.735Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.736Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:41:57.736Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b106d840-fbf7-4be0-8973-7c4363f7bb43
2021-09-25T22:41:57.736Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b106d840-fbf7-4be0-8973-7c4363f7bb43
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-09-25T22:41:57.738Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.738Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.738Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is not matching search criteria
2021-09-25T22:41:57.739Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T22:41:57.740Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:41:57.740Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6946f96-bb7f-40f8-bee5-84f690cd5919
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-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:41:57.742Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.743Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VcVBCU 0 is matching search criteria
2021-09-25T22:41:57.743Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VcVBCU 0] matching following query criteria: sdcType=VF, customizationUUID=8f9bfc3b-0935-4bc9-88fa-337eb1dd0f9d
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-09-25T22:41:57.744Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b31d64b7-8981-48b1-b875-6e504792d6e8: basic_onboard_VcVBCU
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.745Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VcVBCU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:41:57.746Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_VcVBCU 
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-09-25T22:41:57.816Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VcVBCU a0d4ae75-67f4-4393-8e63-7fc6b41aac7d 1 ASDC deployResourceStructure
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json ASDC sendASDCNotification
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:41:57.817Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:57.818Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:57.819Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609717817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:57.919Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:57.920Z||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-09-25T22:41:57.920Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:57.927Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:57.927Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:41:58.820Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:58.822Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:58.822Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609718819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:58.922Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:58.923Z||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-09-25T22:41:58.923Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:58.933Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:58.933Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:41:59.823Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T22:41:59.823Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env
2021-09-25T22:41:59.824Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:41:59.824Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:41:59.825Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:41:59.825Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609719823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:41:59.926Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:41:59.926Z||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-09-25T22:41:59.927Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:41:59.937Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:41:59.937Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:42:00.826Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar ASDC sendASDCNotification
2021-09-25T22:42:00.827Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar
2021-09-25T22:42:00.827Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:42:00.827Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:42:00.829Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:42:00.829Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609720826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:42:00.929Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:42:00.930Z||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-09-25T22:42:00.930Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:00.940Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:42:00.940Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:42:01.830Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f53413a6-f971-4242-b670-a21c44f494ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:42:01.837Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f53413a6-f971-4242-b670-a21c44f494ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:42:01.840Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T22:42:01.842Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:42:31.843Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f53413a6-f971-4242-b670-a21c44f494ed 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-09-25T22:42:31.846Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f53413a6-f971-4242-b670-a21c44f494ed and serviceModelVersionId: b31d64b7-8981-48b1-b875-6e504792d6e8
2021-09-25T22:42:31.846Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fac4bb1-6144-44e8-b643-b70374cacd30
2021-09-25T22:42:31.847Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0
2021-09-25T22:42:31.850Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:42:31.886Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|INFO|500||Invoke
2021-09-25T22:42:31.887Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f53413a6-f971-4242-b670-a21c44f494ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1017ead-0508-49d9-b7a1-3b1dfdd4a9ea], X-ECOMP-RequestID=[f53413a6-f971-4242-b670-a21c44f494ed], X-TransactionId=[], X-ONAP-RequestID=[f53413a6-f971-4242-b670-a21c44f494ed], Content-Type=[application/merge-patch+json]}
2021-09-25T22:42:31.906Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:42:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:32.129Z||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-09-25T22:42:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?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/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-22:42:31:914-17894], vertex-id=[213240], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:42:31 GMT], Content-Type=[application/json]}
2021-09-25T22:42:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:42:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fac4bb1-6144-44e8-b643-b70374cacd30/model-vers/model-ver/b31d64b7-8981-48b1-b875-6e504792d6e8?depth=0|INFO|500||InvokeReturn
2021-09-25T22:42:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:42:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f53413a6-f971-4242-b670-a21c44f494ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:42:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:42:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:42:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609752225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:42:32.327Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:42:32.328Z||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-09-25T22:42:32.328Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:32.336Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:42:32.336Z||pool-34-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:42:32.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:42:32.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4043830-f53a-473e-8ebd-5bca260a937b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609696169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609697178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:42:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609709055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609713134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609714937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609716716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609717817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/basic_onboard_vcvbcu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609718819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609719823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/resourceInstances/basic_onboard_vcvbcu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609720826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcvbcu/1.0/artifacts/service-BasicOnboardVcvbcu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:42:32.351Z||pool-2-thread-5|||||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-09-25T22:42:33.236Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:33.236Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:42:33.236Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:42.778Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:42:42.778Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:42.779Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:42:42.779Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:42:52.320Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:42:52.321Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:42:52.321Z||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-09-25T22:42:52.322Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:43:01.866Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:43:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:43:32.128Z||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-09-25T22:43:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:43:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:43:32.129Z||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-09-25T22:43:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:43:32.651Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:43:32.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T22:43:32.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f53413a6-f971-4242-b670-a21c44f494ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632609752225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:43:32.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:43:41.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:44:32.127Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:44:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:44:32.128Z||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-09-25T22:44:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:44:32.129Z||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-09-25T22:44:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:44:41.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:44:41.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:45:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:45:32.127Z||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-09-25T22:45:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:45:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:45:32.128Z||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-09-25T22:45:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:45:41.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:45:41.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:46:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:46:32.127Z||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-09-25T22:46:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:46:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:46:32.128Z||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-09-25T22:46:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:46:41.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:46:41.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:47:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:47:32.127Z||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-09-25T22:47:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:47:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:47:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:47:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:47:41.673Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:47:41.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:32.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:48:32.127Z||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-09-25T22:48:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:48:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:48:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:32.753Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:32.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610079252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1952e9d9-1b95-42d2-bd67-f9ddb81b537a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b297ecd4-eff3-4bd3-a244-55acf8b9635b","serviceDescription":"service","serviceInvariantUUID":"e5518999-dafc-4b23-880d-0a03f0ab889f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14201ba0-7854-4b8f-884d-ee1277db49ce","resourceInvariantUUID":"8cd7fc93-0434-443a-b842-7b5dac3c9dc1","resourceCustomizationUUID":"7aef363d-8aab-4723-b191-f16447c8b94d","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":"NTFjNDhhMGI0MWE0NGQ1OTJkZGY4M2MxYmIyNjJlNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88c7bff8-24f9-42d2-be92-817257731c28","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzBkNzc3OTE5Y2ZhYWVmZmQ2NzIzNjhlNWIwYWYzNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa643e78-1154-4851-a924-9b0edb56f5c1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "cds",
  "timestamp": 1632610077387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.754Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610074832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610075458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "policy-id",
  "timestamp": 1632610075937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610074832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "cds",
  "timestamp": 1632610077387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:32.755Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610079252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610075458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "policy-id",
  "timestamp": 1632610075937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610082669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610082669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.756Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "cds",
  "timestamp": 1632610085328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610085331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "policy-id",
  "timestamp": 1632610085352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.757Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610112126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.757Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "cds",
  "timestamp": 1632610086334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T22:48:32.765Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.765Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.769Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.769Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "policy-id",
  "timestamp": 1632610086355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610086709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610086475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.770Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "policy-id",
  "timestamp": 1632610087357,
  "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-09-25T22:48:32.772Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.772Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.776Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610086961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.777Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610087713,
  "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-09-25T22:48:32.779Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.779Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610086475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610086961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "clamp",
  "timestamp": 1632610089542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.783Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "clamp",
  "timestamp": 1632610089542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "aai-ml",
  "timestamp": 1632610095660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "clamp",
  "timestamp": 1632610096586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "aai-ml",
  "timestamp": 1632610095660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:48:32.784Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "clamp",
  "timestamp": 1632610097771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.785Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "clamp",
  "timestamp": 1632610098775,
  "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-09-25T22:48:32.786Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.787Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "aai-ml",
  "timestamp": 1632610099252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "aai-ml",
  "timestamp": 1632610102205,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:48:32.791Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "aai-ml",
  "timestamp": 1632610103208,
  "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-09-25T22:48:32.793Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
2021-09-25T22:48:32.793Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:48:32.857Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:32.858Z||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-09-25T22:48:32.858Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:32.867Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:32.867Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:33.757Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:48:33.759Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:33.760Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:33.760Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610112126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:48:33.861Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:33.861Z||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-09-25T22:48:33.861Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:33.871Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:33.871Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:34.761Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b297ecd4-eff3-4bd3-a244-55acf8b9635b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5518999-dafc-4b23-880d-0a03f0ab889f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7aef363d-8aab-4723-b191-f16447c8b94d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "14201ba0-7854-4b8f-884d-ee1277db49ce",
      "resourceInvariantUUID": "8cd7fc93-0434-443a-b842-7b5dac3c9dc1",
      "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": "YzBkNzc3OTE5Y2ZhYWVmZmQ2NzIzNjhlNWIwYWYzNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa643e78-1154-4851-a924-9b0edb56f5c1"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:48:34.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:48:34.762Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b297ecd4-eff3-4bd3-a244-55acf8b9635b ASDC
2021-09-25T22:48:34.762Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1952e9d9-1b95-42d2-bd67-f9ddb81b537a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b297ecd4-eff3-4bd3-a244-55acf8b9635b
ServiceInvariantUUID:e5518999-dafc-4b23-880d-0a03f0ab889f
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:aa643e78-1154-4851-a924-9b0edb56f5c1
ArtifactChecksum:YzBkNzc3OTE5Y2ZhYWVmZmQ2NzIzNjhlNWIwYWYzNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7aef363d-8aab-4723-b191-f16447c8b94d
ResourceInvariantUUID:8cd7fc93-0434-443a-b842-7b5dac3c9dc1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:14201ba0-7854-4b8f-884d-ee1277db49ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-25T22:48:34.762Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b297ecd4-eff3-4bd3-a244-55acf8b9635b 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-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa643e78-1154-4851-a924-9b0edb56f5c1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:34.778Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:48:34.779Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:35.626Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:48:35.628Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aa643e78-1154-4851-a924-9b0edb56f5c1 52218
2021-09-25T22:48:35.628Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T22:48:35.628Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:35.629Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:48:35.629Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:35.630Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:35.630Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610115628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:48:35.730Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:35.731Z||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-09-25T22:48:35.731Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:35.739Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:35.739Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:36.631Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aa643e78-1154-4851-a924-9b0edb56f5c1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:36.632Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:36.711Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4941240688307355912/Definitions/service-BasicNetwork-template.yml
2021-09-25T22:48:37.020Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-BasicNetwork-csar.csar
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:48:37.021Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.022Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.023Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b297ecd4-eff3-4bd3-a244-55acf8b9635b
Model Version:NULL
Model InvariantUuid:e5518999-dafc-4b23-880d-0a03f0ab889f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8cd7fc93-0434-443a-b842-7b5dac3c9dc1
Model UUID:5c320a7e-61a1-4c58-af85-644a5ef5d219
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7aef363d-8aab-4723-b191-f16447c8b94d
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-09-25T22:48:37.030Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 14201ba0-7854-4b8f-884d-ee1277db49ce
2021-09-25T22:48:37.030Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||No resources found for Service: b297ecd4-eff3-4bd3-a244-55acf8b9635b
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-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b297ecd4-eff3-4bd3-a244-55acf8b9635b
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b297ecd4-eff3-4bd3-a244-55acf8b9635b
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-25T22:48:37.033Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b297ecd4-eff3-4bd3-a244-55acf8b9635b: Generic NeutronNet
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.038Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.063Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:48:37.064Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||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-09-25T22:48:37.111Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-25T22:48:37.111Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T22:48:37.112Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T22:48:37.112Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:48:37.112Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:48:37.113Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:48:37.113Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610117111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:48:37.213Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:48:37.214Z||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-09-25T22:48:37.214Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:48:37.222Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:48:37.222Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:48:38.114Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:48:38.120Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:48:38.122Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:48:38.125Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:49:08.125Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a 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-09-25T22:49:08.128Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1952e9d9-1b95-42d2-bd67-f9ddb81b537a and serviceModelVersionId: b297ecd4-eff3-4bd3-a244-55acf8b9635b
2021-09-25T22:49:08.128Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5518999-dafc-4b23-880d-0a03f0ab889f
2021-09-25T22:49:08.129Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0
2021-09-25T22:49:08.132Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:49:08.167Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?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-09-25T22:49:08.168Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0|INFO|500||Invoke
2021-09-25T22:49:08.186Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:49:08.329Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0|INFO|500||InvokeReturn
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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/e5518999-dafc-4b23-880d-0a03f0ab889f/model-vers/model-ver/b297ecd4-eff3-4bd3-a244-55acf8b9635b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-22:49:08:192-42019], vertex-id=[245920], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:49:08 GMT], Content-Type=[application/json]}
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:49:08.330Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:49:08.336Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:49:08.336Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1952e9d9-1b95-42d2-bd67-f9ddb81b537a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:49:08.336Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:49:08.337Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:49:08.338Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:49:08.338Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610148336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:49:08.439Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:49:08.439Z||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-09-25T22:49:08.439Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:49:08.454Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:49:08.454Z||pool-39-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-09-25T22:49:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:49:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:49:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:49:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:49:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:49:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:49:32.246Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:49:32.246Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:49:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610112126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:49:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:49:41.672Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:50:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:50:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:50:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:50:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:50:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:50:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:50:32.648Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:50:32.649Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.649Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610112126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:50:32.649Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610115628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610117111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1952e9d9-1b95-42d2-bd67-f9ddb81b537a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610148336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:50:32.650Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:50:41.673Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:51:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:51:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:51:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:51:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:51:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:51:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:51:41.666Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:51:41.682Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:32.126Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:52:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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-09-25T22:52:32.127Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:52:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:52:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:40.578Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:40.579Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:52:40.579Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ee0c934-76fd-47bf-b980-52c86d97d7ef","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"34d02351-3a4b-44d5-bac7-94c3c7dc92e4","serviceDescription":"service","serviceInvariantUUID":"70145e7b-34c7-455f-a800-ba4b2d1fa2a2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cb40d6f-e89b-4b67-8068-ebb7a077ed04","resourceInvariantUUID":"d755708f-38cc-4003-b9a7-271a6ac2029a","resourceCustomizationUUID":"25b175c6-6e55-496f-be83-d39621587507","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d7c22ff1-78f8-4e4d-9e27-c60ab23503c0","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":"OTM1YjNhMDIyMDRkM2E3NzNmMzJkNzYyOGM1ZTU5ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"644d641d-1bf9-44b9-b9d7-3f3675fc622b","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":"YTRmYmIxN2FjZGM1YTI2OThjOTdlMDQyZDU0NzAxNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0","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":"d7a06862-7902-4b74-a4b8-0f105dcad70c","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":"e6f31ae0-6469-46bd-8dd5-97b913e9bb2f","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":"4d53f0f8-1106-477f-a78d-ac4f2703fceb","artifactVersion":"2","generatedFromUUID":"d7a06862-7902-4b74-a4b8-0f105dcad70c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2M0OGIwN2RmMWJhN2Q1MGMxMmE1ZGJlZTVhMTYwYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13d1e9e8-8e86-4bc0-b82b-27380b463bfd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDhkYTY0MzY0Y2MzZjU4MjFjNGM4ZWU1ZDkxOTJiMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0545bb72-72b0-4240-9e8c-bdf6a5fb95f6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:52:40.581Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:40.582Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:40.583Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:40.583Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:52:40.683Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:40.684Z||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-09-25T22:52:40.684Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:40.690Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:40.690Z||pool-40-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:40.793Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:40.794Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:52:40.794Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:52:40.795Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:52:41.584Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:41.584Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:41.586Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:41.586Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:52:41.686Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:41.687Z||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-09-25T22:52:41.687Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:41.693Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:41.693Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:42.586Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:42.587Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:42.589Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:42.589Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:52:42.689Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:42.690Z||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-09-25T22:52:42.690Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:42.698Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:42.698Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:52:43.589Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:43.590Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:43.591Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:43.592Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:52:43.692Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:43.692Z||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-09-25T22:52:43.693Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:43.702Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:43.702Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:44.592Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:44.593Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:44.595Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:44.595Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:52:44.696Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:52:44.697Z||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-09-25T22:52:44.697Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:44.705Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:44.705Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:45.595Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:45.596Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:45.598Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:45.598Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:52:45.698Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:45.699Z||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-09-25T22:52:45.699Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:45.705Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:45.705Z||pool-45-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:46.599Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:46.599Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:46.601Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:46.601Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:52:46.701Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:46.702Z||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-09-25T22:52:46.702Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:46.709Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:46.709Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:52:47.602Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:52:47.602Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:47.604Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:47.604Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:52:47.704Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:47.705Z||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-09-25T22:52:47.705Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:47.712Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:47.712Z||pool-47-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:48.606Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "34d02351-3a4b-44d5-bac7-94c3c7dc92e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "70145e7b-34c7-455f-a800-ba4b2d1fa2a2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "25b175c6-6e55-496f-be83-d39621587507",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3cb40d6f-e89b-4b67-8068-ebb7a077ed04",
      "resourceInvariantUUID": "d755708f-38cc-4003-b9a7-271a6ac2029a",
      "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": "YTRmYmIxN2FjZGM1YTI2OThjOTdlMDQyZDU0NzAxNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0",
          "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": "d7a06862-7902-4b74-a4b8-0f105dcad70c",
          "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": "4d53f0f8-1106-477f-a78d-ac4f2703fceb",
            "generatedFromUUID": "d7a06862-7902-4b74-a4b8-0f105dcad70c"
          },
          "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": "4d53f0f8-1106-477f-a78d-ac4f2703fceb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDhkYTY0MzY0Y2MzZjU4MjFjNGM4ZWU1ZDkxOTJiMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0545bb72-72b0-4240-9e8c-bdf6a5fb95f6"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:52:48.606Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:52:48.606Z|1952e9d9-1b95-42d2-bd67-f9ddb81b537a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 34d02351-3a4b-44d5-bac7-94c3c7dc92e4 ASDC
2021-09-25T22:52:48.606Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3ee0c934-76fd-47bf-b980-52c86d97d7ef
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:34d02351-3a4b-44d5-bac7-94c3c7dc92e4
ServiceInvariantUUID:70145e7b-34c7-455f-a800-ba4b2d1fa2a2
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:0545bb72-72b0-4240-9e8c-bdf6a5fb95f6
ArtifactChecksum:MDhkYTY0MzY0Y2MzZjU4MjFjNGM4ZWU1ZDkxOTJiMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:25b175c6-6e55-496f-be83-d39621587507
ResourceInvariantUUID:d755708f-38cc-4003-b9a7-271a6ac2029a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:3cb40d6f-e89b-4b67-8068-ebb7a077ed04
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:e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0
ArtifactChecksum:YTRmYmIxN2FjZGM1YTI2OThjOTdlMDQyZDU0NzAxNmI=
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:d7a06862-7902-4b74-a4b8-0f105dcad70c
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:4d53f0f8-1106-477f-a78d-ac4f2703fceb
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:4d53f0f8-1106-477f-a78d-ac4f2703fceb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T22:52:48.606Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34d02351-3a4b-44d5-bac7-94c3c7dc92e4 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-09-25T22:52:48.625Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0545bb72-72b0-4240-9e8c-bdf6a5fb95f6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:52:48.626Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:52:49.226Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0545bb72-72b0-4240-9e8c-bdf6a5fb95f6 76922
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:52:49.229Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:49.231Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:49.231Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610369229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:52:49.332Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:49.332Z||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-09-25T22:52:49.332Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:49.341Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:49.341Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:50.232Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0545bb72-72b0-4240-9e8c-bdf6a5fb95f6, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-25T22:52:50.233Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:50.234Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:50.349Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP202451949605871899/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-09-25T22:52:51.152Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.153Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-Basicclamp-csar.csar
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.154Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T22:52:51.155Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:51.156Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T22:52:51.157Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=936a0c4c-7eb9-47ca-b7d6-fef5f8e27753
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:51.158Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:34d02351-3a4b-44d5-bac7-94c3c7dc92e4
Model Version:NULL
Model InvariantUuid:70145e7b-34c7-455f-a800-ba4b2d1fa2a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f051556c-5bbf-42b3-ae65-5c587bf92102
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d755708f-38cc-4003-b9a7-271a6ac2029a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25b175c6-6e55-496f-be83-d39621587507
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7464dbd6-8b1b-431e-a9ca-3b7e30d1134e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:602ce1cb-fd76-4ef3-91b9-531d1f3d3476
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:936a0c4c-7eb9-47ca-b7d6-fef5f8e27753
ModelInvariantUuid:bb762c9c-4f53-431c-8256-76ee333ba586
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a9d7ac7b-9ef7-4216-b84e-f63935812d54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:96eca459-c8d2-4e25-be85-8a3ddf61004e
ModelInvariantUuid:9f0df998-0379-44e5-abb0-97ee8cd6de64
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c947f876-cfd6-486e-a3bc-a156ba8543dc
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-09-25T22:52:51.165Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cb40d6f-e89b-4b67-8068-ebb7a077ed04
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-09-25T22:52:51.168Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-09-25T22:52:51.168Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cb40d6f-e89b-4b67-8068-ebb7a077ed04
2021-09-25T22:52:51.168Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-25T22:52:51.168Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:52:51.169Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-25T22:52:52.726Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:52:52.727Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e5cf2cc7-9b5e-49ec-95d0-4a226c0f0de0 790
2021-09-25T22:52:52.727Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:52.727Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:52.727Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:52:52.727Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:52.729Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:52.729Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610372727,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:52:52.829Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:52.830Z||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-09-25T22:52:52.830Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:52.839Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:52.840Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:53.729Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7464dbd6-8b1b-431e-a9ca-3b7e30d1134e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "602ce1cb-fd76-4ef3-91b9-531d1f3d3476",
    "vfModuleModelCustomizationUUID": "348851ff-31a0-4e28-8d21-09872843f516",
    "isBase": true,
    "artifacts": [
      "d7a06862-7902-4b74-a4b8-0f105dcad70c",
      "4d53f0f8-1106-477f-a78d-ac4f2703fceb"
    ],
    "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-09-25T22:52:53.732Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:602ce1cb-fd76-4ef3-91b9-531d1f3d3476
VfModuleModelInvariantUUID:7464dbd6-8b1b-431e-a9ca-3b7e30d1134e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7a06862-7902-4b74-a4b8-0f105dcad70c
,
4d53f0f8-1106-477f-a78d-ac4f2703fceb

}
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-09-25T22:52:53.734Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7464dbd6-8b1b-431e-a9ca-3b7e30d1134e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "602ce1cb-fd76-4ef3-91b9-531d1f3d3476",
    "vfModuleModelCustomizationUUID": "348851ff-31a0-4e28-8d21-09872843f516",
    "isBase": true,
    "artifacts": [
      "d7a06862-7902-4b74-a4b8-0f105dcad70c",
      "4d53f0f8-1106-477f-a78d-ac4f2703fceb"
    ],
    "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-09-25T22:52:53.734Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:602ce1cb-fd76-4ef3-91b9-531d1f3d3476
VfModuleModelInvariantUUID:7464dbd6-8b1b-431e-a9ca-3b7e30d1134e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7a06862-7902-4b74-a4b8-0f105dcad70c
,
4d53f0f8-1106-477f-a78d-ac4f2703fceb

}
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-09-25T22:52:53.734Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7a06862-7902-4b74-a4b8-0f105dcad70c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-25T22:52:53.734Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:52:53.734Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-25T22:52:55.126Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:52:55.126Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d7a06862-7902-4b74-a4b8-0f105dcad70c 5033
2021-09-25T22:52:55.126Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:55.126Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:55.127Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:52:55.127Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:55.128Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:55.128Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610375126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:52:55.228Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:55.229Z||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-09-25T22:52:55.229Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:55.239Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:55.239Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:56.129Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4d53f0f8-1106-477f-a78d-ac4f2703fceb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-25T22:52:56.129Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:52:56.129Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-25T22:52:57.231Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:52:57.231Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4d53f0f8-1106-477f-a78d-ac4f2703fceb 909
2021-09-25T22:52:57.232Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:57.232Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:57.232Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:52:57.232Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:57.234Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:57.234Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610377232,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:52:57.334Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:57.335Z||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-09-25T22:52:57.335Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:57.344Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:57.344Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:52:58.234Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 34d02351-3a4b-44d5-bac7-94c3c7dc92e4
2021-09-25T22:52:58.235Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 3cb40d6f-e89b-4b67-8068-ebb7a077ed04 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-09-25T22:52:58.247Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.247Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.247Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-25T22:52:58.247Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 25b175c6-6e55-496f-be83-d39621587507
2021-09-25T22:52:58.247Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25b175c6-6e55-496f-be83-d39621587507 matches Tosca VF Customization UUID: 25b175c6-6e55-496f-be83-d39621587507
2021-09-25T22:52:58.247Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 25b175c6-6e55-496f-be83-d39621587507  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-09-25T22:52:58.249Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.249Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.250Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 25b175c6-6e55-496f-be83-d39621587507: {\"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-09-25T22:52:58.250Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5379da1c
2021-09-25T22:52:58.250Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.250Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:52:58.250Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 348851ff-31a0-4e28-8d21-09872843f516
2021-09-25T22:52:58.250Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 348851ff-31a0-4e28-8d21-09872843f516
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-09-25T22:52:58.252Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.252Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T22:52:58.253Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T22:52:58.254Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=936a0c4c-7eb9-47ca-b7d6-fef5f8e27753
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-09-25T22:52:58.255Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.255Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:58.256Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:52:58.256Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.256Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-25T22:52:58.256Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=25b175c6-6e55-496f-be83-d39621587507
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-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 34d02351-3a4b-44d5-bac7-94c3c7dc92e4: basicclamp
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.258Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.259Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.259Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.259Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:52:58.259Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:52:58.259Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:58.327Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 3cb40d6f-e89b-4b67-8068-ebb7a077ed04 1 ASDC deployResourceStructure
2021-09-25T22:52:58.327Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:58.327Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:58.327Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:52:58.327Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:58.329Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:58.329Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610378327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:52:58.429Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:52:58.430Z||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-09-25T22:52:58.430Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:58.441Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:58.441Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:52:59.330Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:59.330Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:52:59.331Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:52:59.331Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:52:59.333Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:52:59.333Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610379330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:52:59.434Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:52:59.435Z||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-09-25T22:52:59.435Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:52:59.445Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:52:59.445Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:53:00.334Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:53:00.335Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||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-09-25T22:53:00.335Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:53:00.335Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:53:00.337Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:53:00.337Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610380334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:53:00.437Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:53:00.438Z||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-09-25T22:53:00.438Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:53:00.447Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:53:00.447Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:53:01.338Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-25T22:53:01.338Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-25T22:53:01.338Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:53:01.339Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:53:01.340Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:53:01.340Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610381338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:53:01.441Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:53:01.442Z||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-09-25T22:53:01.442Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:53:01.453Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:53:01.454Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:53:02.341Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:53:02.346Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:53:02.348Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:53:02.349Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:53:02.349Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:53:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:53:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:53:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:53:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:53:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:53:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:53:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:53:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:53:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:53:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:53:32.349Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:53:32.355Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:53:32.356Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:53:32.356Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:53:32.356Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:54:02.356Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:54:02.361Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:54:02.363Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:54:02.363Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:54:02.363Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:54:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:54:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:54:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:54:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:54:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:54:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:54:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:54:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:54:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:54:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:54:32.363Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:54:32.368Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:54:32.372Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:54:32.372Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:54:32.372Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:55:02.372Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:55:02.379Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:55:02.380Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:55:02.381Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:55:02.381Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:55:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:55:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:55:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:55:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:55:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610359252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610359542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610354832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610352126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610355937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610369051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610369152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610369229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610362387,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610370156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610362669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "policy-id",
  "timestamp": 1632610371159,
  "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-09-25T22:55:32.186Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.186Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610372183,
  "artifactURL": "/sdc/v1/catalog/services/34d02351-3a4b-44d5-bac7-94c3c7dc92e4/resourceInstances/basicclamp0/artifacts/d7c22ff1-78f8-4e4d-9e27-c60ab23503c0",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610372279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610372727,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610365660,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610373389,
  "artifactURL": "/sdc/v1/catalog/services/34d02351-3a4b-44d5-bac7-94c3c7dc92e4/resourceInstances/basicclamp0/artifacts/d7c22ff1-78f8-4e4d-9e27-c60ab23503c0",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610373626,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610366475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "dcae-sch",
  "timestamp": 1632610374392,
  "artifactURL": "/sdc/v1/catalog/services/34d02351-3a4b-44d5-bac7-94c3c7dc92e4/resourceInstances/basicclamp0/artifacts/d7c22ff1-78f8-4e4d-9e27-c60ab23503c0",
  "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-09-25T22:55:32.196Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.196Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610366961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "cds",
  "timestamp": 1632610374631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T22:55:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.207Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.207Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610374729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610375126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610375335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610375745,
  "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-09-25T22:55:32.210Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.210Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610376117,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.213Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610376444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610376749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610377232,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610377795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610378019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610378327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610378428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610378798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.216Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610379330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610380334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610380419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610380819,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.220Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610381338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610381425,
  "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-09-25T22:55:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610381822,
  "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-09-25T22:55:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610382430,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610375937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610382825,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610382857,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610383860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.234Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610383982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610377387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.235Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "clamp",
  "timestamp": 1632610384863,
  "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-09-25T22:55:32.237Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.237Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.241Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.241Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.241Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.241Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.241Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "aai-ml",
  "timestamp": 1632610384985,
  "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-09-25T22:55:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.247Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610385738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "dcae-sch",
  "timestamp": 1632610379252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610386033,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610386281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.248Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610386743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610386827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.249Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "cds",
  "timestamp": 1632610387285,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:55:32.254Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.254Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "policy-id",
  "timestamp": 1632610387745,
  "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-09-25T22:55:32.261Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.261Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610388045,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.265Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610388428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.266Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610389048,
  "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-09-25T22:55:32.268Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ee0c934-76fd-47bf-b980-52c86d97d7ef
2021-09-25T22:55:32.268Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:55:32.272Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.272Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.272Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.272Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.272Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610382670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.273Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610390878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.274Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610391895,
  "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-09-25T22:55:32.276Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.276Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.279Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610392899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610386475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610386961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.280Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610395230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610395528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.281Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610375458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610389542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610396718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.282Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610397627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610398121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610398620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610399428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.283Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.284Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.284Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610399625,
  "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-09-25T22:55:32.285Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.285Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.288Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.288Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.289Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.289Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.289Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610400409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.289Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.289Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.289Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610400432,
  "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-09-25T22:55:32.291Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.291Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610400628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.294Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610401412,
  "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-09-25T22:55:32.296Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.296Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.300Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610401435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610401797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610395660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.301Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.302Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610403805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.303Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.304Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "clamp",
  "timestamp": 1632610404810,
  "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-09-25T22:55:32.306Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:55:32.306Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:55:32.310Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.310Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.310Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.311Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610405596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.312Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.313Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.314Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "dcae-sch",
  "timestamp": 1632610399252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610394833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610395937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610392387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.315Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.316Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610402670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610410825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610410883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610411037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.317Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610411887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:55:32.318Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:55:32.381Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:55:32.386Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.388Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.389Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.389Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.389Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.389Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:55:32.389Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-09-25T22:55:32.391Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:56:02.392Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef 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-09-25T22:56:02.395Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ee0c934-76fd-47bf-b980-52c86d97d7ef and serviceModelVersionId: 34d02351-3a4b-44d5-bac7-94c3c7dc92e4
2021-09-25T22:56:02.395Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70145e7b-34c7-455f-a800-ba4b2d1fa2a2
2021-09-25T22:56:02.395Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70145e7b-34c7-455f-a800-ba4b2d1fa2a2/model-vers/model-ver/34d02351-3a4b-44d5-bac7-94c3c7dc92e4?depth=0
2021-09-25T22:56:02.399Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:56:02.436Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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/70145e7b-34c7-455f-a800-ba4b2d1fa2a2/model-vers/model-ver/34d02351-3a4b-44d5-bac7-94c3c7dc92e4?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-09-25T22:56:02.437Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70145e7b-34c7-455f-a800-ba4b2d1fa2a2/model-vers/model-ver/34d02351-3a4b-44d5-bac7-94c3c7dc92e4?depth=0|INFO|500||Invoke
2021-09-25T22:56:02.454Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70145e7b-34c7-455f-a800-ba4b2d1fa2a2/model-vers/model-ver/34d02351-3a4b-44d5-bac7-94c3c7dc92e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:56:03.630Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70145e7b-34c7-455f-a800-ba4b2d1fa2a2/model-vers/model-ver/34d02351-3a4b-44d5-bac7-94c3c7dc92e4?depth=0|INFO|500||InvokeReturn
2021-09-25T22:56:03.631Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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/70145e7b-34c7-455f-a800-ba4b2d1fa2a2/model-vers/model-ver/34d02351-3a4b-44d5-bac7-94c3c7dc92e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-22:56:02:460-54972], vertex-id=[192568], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:56:02 GMT], Content-Type=[application/json]}
2021-09-25T22:56:03.631Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:56:03.631Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:56:03.631Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-09-25T22:56:03.634Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-09-25T22:56:03.635Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ee0c934-76fd-47bf-b980-52c86d97d7ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:56:03.635Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:56:03.635Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:03.636Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:03.636Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610563635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:56:03.736Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:03.737Z||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-09-25T22:56:03.737Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:03.747Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:03.748Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T22:56:04.644Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:56:04.644Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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-09-25T22:56:04.644Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:08.960Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:08.961Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:56:08.961Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5761af7-ad4e-418d-a6e8-a8d7bc55c27a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ff8c0862-ceec-4f0a-bd55-02f63f590bea","serviceDescription":"service","serviceInvariantUUID":"dd8ca2ac-a7d0-42b9-82f9-e605877c475b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc22521a-dd4c-482c-b921-e3518b95dadc","resourceInvariantUUID":"8d8c9173-07f0-4343-937e-3b54c5d2555b","resourceCustomizationUUID":"b812d4cb-8c87-4514-8de1-054960073789","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":"MTU4MTg0NGQ4Y2Q0MzUzMGY4ODllNDFkMjQ3ZGM0OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e36ae54b-6245-422d-bd8b-d76323145f04","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":"Yjk0OWIwMDZjOGFjMzczYWVlNmVjN2FiYjc1ZDYwYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38c4b6a8-e686-4647-b6c8-4436539dfc48","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"262ff7e8-adfd-4b17-9be3-2d4bd337a8bd","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":"1c1fbc95-1468-4216-a246-7c2724f36f08","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b337df80-1051-470d-8537-b567a620bee0","artifactVersion":"2","generatedFromUUID":"262ff7e8-adfd-4b17-9be3-2d4bd337a8bd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmQwOTMyNWYyNzQwZWEwMmE2YmVmMjkwNTA4OWMyMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a591733-9ce4-452f-9c67-b448ef2ff4d5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTJiNDU5ZmFkMTgxZGI0OTNlOWE5M2QwMGY1NmZhMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d40a5be1-1884-43ef-a1eb-539e2a928c45","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:56:08.962Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:08.963Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:08.964Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:08.964Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:09.064Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:09.065Z||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-09-25T22:56:09.065Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:09.074Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:09.075Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:09.965Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:09.965Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:09.967Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:09.967Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:56:10.067Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:10.068Z||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-09-25T22:56:10.068Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:10.077Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:10.078Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:10.967Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:10.968Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:10.970Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:10.970Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:56:11.070Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:11.071Z||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-09-25T22:56:11.071Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:11.078Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:11.078Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:11.970Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:11.971Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:11.973Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:11.973Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:12.073Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:12.074Z||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-09-25T22:56:12.074Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:12.082Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:12.083Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:12.973Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:12.974Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:12.976Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:12.976Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:56:13.076Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:13.077Z||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-09-25T22:56:13.077Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:13.087Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:13.087Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:13.976Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:13.977Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:13.979Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:13.979Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:14.079Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:14.080Z||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-09-25T22:56:14.080Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:14.090Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:14.090Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:14.980Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:56:14.981Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:14.983Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:14.983Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:56:15.083Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:56:15.083Z||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-09-25T22:56:15.083Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:15.093Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:15.094Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:15.984Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ff8c0862-ceec-4f0a-bd55-02f63f590bea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd8ca2ac-a7d0-42b9-82f9-e605877c475b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b812d4cb-8c87-4514-8de1-054960073789",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc22521a-dd4c-482c-b921-e3518b95dadc",
      "resourceInvariantUUID": "8d8c9173-07f0-4343-937e-3b54c5d2555b",
      "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": "Yjk0OWIwMDZjOGFjMzczYWVlNmVjN2FiYjc1ZDYwYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "38c4b6a8-e686-4647-b6c8-4436539dfc48",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "262ff7e8-adfd-4b17-9be3-2d4bd337a8bd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b337df80-1051-470d-8537-b567a620bee0",
            "generatedFromUUID": "262ff7e8-adfd-4b17-9be3-2d4bd337a8bd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b337df80-1051-470d-8537-b567a620bee0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTJiNDU5ZmFkMTgxZGI0OTNlOWE5M2QwMGY1NmZhMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d40a5be1-1884-43ef-a1eb-539e2a928c45"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:56:15.985Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:56:15.985Z|3ee0c934-76fd-47bf-b980-52c86d97d7ef|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff8c0862-ceec-4f0a-bd55-02f63f590bea ASDC
2021-09-25T22:56:15.985Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ff8c0862-ceec-4f0a-bd55-02f63f590bea
ServiceInvariantUUID:dd8ca2ac-a7d0-42b9-82f9-e605877c475b
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:d40a5be1-1884-43ef-a1eb-539e2a928c45
ArtifactChecksum:MTJiNDU5ZmFkMTgxZGI0OTNlOWE5M2QwMGY1NmZhMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b812d4cb-8c87-4514-8de1-054960073789
ResourceInvariantUUID:8d8c9173-07f0-4343-937e-3b54c5d2555b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bc22521a-dd4c-482c-b921-e3518b95dadc
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:38c4b6a8-e686-4647-b6c8-4436539dfc48
ArtifactChecksum:Yjk0OWIwMDZjOGFjMzczYWVlNmVjN2FiYjc1ZDYwYjQ=
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:262ff7e8-adfd-4b17-9be3-2d4bd337a8bd
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b337df80-1051-470d-8537-b567a620bee0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b337df80-1051-470d-8537-b567a620bee0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T22:56:15.986Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff8c0862-ceec-4f0a-bd55-02f63f590bea 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-09-25T22:56:16.005Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:56:16.005Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:56:16.006Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:56:16.006Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d40a5be1-1884-43ef-a1eb-539e2a928c45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T22:56:16.006Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:56:16.006Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T22:56:16.929Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:56:16.932Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d40a5be1-1884-43ef-a1eb-539e2a928c45 74278
2021-09-25T22:56:16.932Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T22:56:16.932Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T22:56:16.932Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:56:16.932Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:16.934Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:16.934Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610576932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:17.034Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:56:17.035Z||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-09-25T22:56:17.035Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:17.044Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:17.044Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:56:17.935Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:56:17.937Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:56:17.937Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d40a5be1-1884-43ef-a1eb-539e2a928c45, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T22:56:17.937Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-25T22:56:17.938Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T22:56:17.938Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T22:56:18.183Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16861524117258067215/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-25T22:56:19.015Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:56:19.016Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:56:19.016Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T22:56:19.016Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-25T22:56:19.016Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-BasicVm-csar.csar
2021-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-BasicVm-csar.csar
2021-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-BasicVm-csar.csar
2021-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-BasicVm-csar.csar
2021-09-25T22:56:19.017Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.018Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.018Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-BasicVm-csar.csar
2021-09-25T22:56:19.018Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:56:19.018Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.018Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.018Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:19.019Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:56:19.019Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:56:19.019Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.020Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.020Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:19.020Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:56:19.020Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:56:19.020Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.021Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.021Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.021Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T22:56:19.021Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T22:56:19.021Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T22:56:19.022Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T22:56:19.022Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T22:56:19.022Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:56:19.022Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.022Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:56:19.022Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.023Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:19.023Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:56:19.023Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.023Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:19.023Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:56:19.024Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.024Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:19.024Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:56:19.024Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.025Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T22:56:19.025Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T22:56:19.025Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T22:56:19.025Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b412a94-cb3c-49f5-9eb2-a06e89e727e8
2021-09-25T22:56:19.025Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.026Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.026Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.026Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.026Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.026Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.026Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:19.027Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:19.027Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ff8c0862-ceec-4f0a-bd55-02f63f590bea
Model Version:NULL
Model InvariantUuid:dd8ca2ac-a7d0-42b9-82f9-e605877c475b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4a20ff4c-5c63-4950-bae0-418483f36ad0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d8c9173-07f0-4343-937e-3b54c5d2555b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b812d4cb-8c87-4514-8de1-054960073789
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d110257f-de16-422b-9b4d-903b69d88cd0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e0a88cfc-f907-4cbb-b5a1-df2bcbc34e79
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4b412a94-cb3c-49f5-9eb2-a06e89e727e8
ModelInvariantUuid:8217079f-488a-4d0c-817d-dbb23072091e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:eefe0648-b880-40e8-ac8b-98e9c84ae33c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8bd36a38-719e-4b60-bfa6-c84107f6410c
ModelInvariantUuid:d2c1e78c-059c-4c74-a104-8b7785196242
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7b8098de-5997-4eac-9ddf-8ba573b95760
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-09-25T22:56:19.034Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bc22521a-dd4c-482c-b921-e3518b95dadc
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-09-25T22:56:19.037Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-09-25T22:56:19.037Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc22521a-dd4c-482c-b921-e3518b95dadc
2021-09-25T22:56:19.038Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38c4b6a8-e686-4647-b6c8-4436539dfc48 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T22:56:19.038Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:56:19.038Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.715Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:56:19.716Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 38c4b6a8-e686-4647-b6c8-4436539dfc48 787
2021-09-25T22:56:19.716Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.716Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:19.716Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:56:19.716Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:19.717Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:19.718Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610579716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:19.818Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:19.819Z||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-09-25T22:56:19.819Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:19.828Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:19.828Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:20.718Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d110257f-de16-422b-9b4d-903b69d88cd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0a88cfc-f907-4cbb-b5a1-df2bcbc34e79",
    "vfModuleModelCustomizationUUID": "a9d49fe6-dbdb-4169-b604-86c3f4d398d7",
    "isBase": true,
    "artifacts": [
      "262ff7e8-adfd-4b17-9be3-2d4bd337a8bd",
      "b337df80-1051-470d-8537-b567a620bee0"
    ],
    "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-09-25T22:56:20.721Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0a88cfc-f907-4cbb-b5a1-df2bcbc34e79
VfModuleModelInvariantUUID:d110257f-de16-422b-9b4d-903b69d88cd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
262ff7e8-adfd-4b17-9be3-2d4bd337a8bd
,
b337df80-1051-470d-8537-b567a620bee0

}
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-09-25T22:56:20.723Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d110257f-de16-422b-9b4d-903b69d88cd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0a88cfc-f907-4cbb-b5a1-df2bcbc34e79",
    "vfModuleModelCustomizationUUID": "a9d49fe6-dbdb-4169-b604-86c3f4d398d7",
    "isBase": true,
    "artifacts": [
      "262ff7e8-adfd-4b17-9be3-2d4bd337a8bd",
      "b337df80-1051-470d-8537-b567a620bee0"
    ],
    "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-09-25T22:56:20.723Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0a88cfc-f907-4cbb-b5a1-df2bcbc34e79
VfModuleModelInvariantUUID:d110257f-de16-422b-9b4d-903b69d88cd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
262ff7e8-adfd-4b17-9be3-2d4bd337a8bd
,
b337df80-1051-470d-8537-b567a620bee0

}
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-09-25T22:56:20.723Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 262ff7e8-adfd-4b17-9be3-2d4bd337a8bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T22:56:20.723Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:56:20.723Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:21.517Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:56:21.517Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 262ff7e8-adfd-4b17-9be3-2d4bd337a8bd 5033
2021-09-25T22:56:21.518Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:21.518Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:21.518Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:56:21.518Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:21.519Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:21.520Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610581518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:21.620Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:21.620Z||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-09-25T22:56:21.620Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:21.628Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:21.629Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:22.520Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b337df80-1051-470d-8537-b567a620bee0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T22:56:22.521Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:56:22.521Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:24.579Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:56:24.579Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b337df80-1051-470d-8537-b567a620bee0 903
2021-09-25T22:56:24.579Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:24.579Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:24.580Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:56:24.580Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:24.581Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:24.581Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610584579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:24.682Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:24.682Z||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-09-25T22:56:24.682Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:24.690Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:24.690Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:25.582Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ff8c0862-ceec-4f0a-bd55-02f63f590bea
2021-09-25T22:56:25.582Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bc22521a-dd4c-482c-b921-e3518b95dadc 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-09-25T22:56:25.595Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.595Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.595Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-25T22:56:25.595Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b812d4cb-8c87-4514-8de1-054960073789
2021-09-25T22:56:25.595Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b812d4cb-8c87-4514-8de1-054960073789 matches Tosca VF Customization UUID: b812d4cb-8c87-4514-8de1-054960073789
2021-09-25T22:56:25.595Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b812d4cb-8c87-4514-8de1-054960073789  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-09-25T22:56:25.597Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.597Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.598Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b812d4cb-8c87-4514-8de1-054960073789: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-25T22:56:25.598Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a3827f1
2021-09-25T22:56:25.598Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.598Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:56:25.598Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9d49fe6-dbdb-4169-b604-86c3f4d398d7
2021-09-25T22:56:25.598Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9d49fe6-dbdb-4169-b604-86c3f4d398d7
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-09-25T22:56:25.600Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.600Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:25.600Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T22:56:25.601Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b412a94-cb3c-49f5-9eb2-a06e89e727e8
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-09-25T22:56:25.603Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.603Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:25.603Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:56:25.604Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.604Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T22:56:25.604Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b812d4cb-8c87-4514-8de1-054960073789
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-09-25T22:56:25.605Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.605Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.605Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ff8c0862-ceec-4f0a-bd55-02f63f590bea: basic_vm
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:56:25.606Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:56:25.607Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:25.677Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bc22521a-dd4c-482c-b921-e3518b95dadc 1 ASDC deployResourceStructure
2021-09-25T22:56:25.678Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:25.678Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:25.678Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:56:25.678Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:25.679Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:25.679Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610585678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:25.780Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:25.780Z||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-09-25T22:56:25.780Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:25.789Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:25.789Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:26.680Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:26.681Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:26.681Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:56:26.681Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:26.682Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:26.682Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610586680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:26.783Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:56:26.783Z||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-09-25T22:56:26.784Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:26.791Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:26.791Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:27.683Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:27.683Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||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-09-25T22:56:27.684Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:56:27.684Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:27.685Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:27.685Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610587683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:27.786Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:56:27.786Z||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-09-25T22:56:27.786Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:27.795Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:27.795Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:28.686Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T22:56:28.687Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T22:56:28.687Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:56:28.687Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:56:28.688Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:56:28.689Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610588686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:28.789Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:56:28.789Z||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-09-25T22:56:28.790Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:28.797Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:28.797Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:56:29.689Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:56:29.695Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:56:29.696Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:56:29.696Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:56:29.696Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:56:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:56:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:56:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:56:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:56:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.154Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.154Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.154Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.154Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.154Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.154Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "policy-id",
  "timestamp": 1632610412889,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T22:56:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610405458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "cds",
  "timestamp": 1632610413138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T22:56:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610413184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610406475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610406961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610414724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610415021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610415126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "aai-ml",
  "timestamp": 1632610415727,
  "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-09-25T22:56:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
2021-09-25T22:56:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:56:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610415825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610416137,
  "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-09-25T22:56:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610416616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.182Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610416905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610417139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610417735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.183Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610417908,
  "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-09-25T22:56:32.184Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610418235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610419637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610419917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.189Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610420642,
  "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-09-25T22:56:32.190Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.191Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610420920,
  "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-09-25T22:56:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610421644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610421923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.197Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610419542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.198Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610425660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610434802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610435234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:56:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610436804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "clamp",
  "timestamp": 1632610437807,
  "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-09-25T22:56:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610442122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:56:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:56:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:56:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "aai-ml",
  "timestamp": 1632610443126,
  "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-09-25T22:56:32.207Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15e8a9a6-2ba5-4658-9d81-635c681db182
2021-09-25T22:56:32.207Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:56:59.697Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:56:59.702Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5761af7-ad4e-418d-a6e8-a8d7bc55c27a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:56:59.703Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:56:59.703Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:56:59.703Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:56:59.703Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:56:59.703Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:56:59.704Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:56:59.704Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:56:59.704Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:56:59.704Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:56:59.704Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:56:59.704Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-09-25T22:56:59.706Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:57:29.706Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5761af7-ad4e-418d-a6e8-a8d7bc55c27a 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-09-25T22:57:29.710Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5761af7-ad4e-418d-a6e8-a8d7bc55c27a and serviceModelVersionId: ff8c0862-ceec-4f0a-bd55-02f63f590bea
2021-09-25T22:57:29.711Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd8ca2ac-a7d0-42b9-82f9-e605877c475b
2021-09-25T22:57:29.711Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0
2021-09-25T22:57:29.717Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:57:29.776Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0|INFO|500||Invoke
2021-09-25T22:57:29.776Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5761af7-ad4e-418d-a6e8-a8d7bc55c27a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[11df1569-f308-47b6-bf78-7ca76b5b7c55], X-ECOMP-RequestID=[f5761af7-ad4e-418d-a6e8-a8d7bc55c27a], X-TransactionId=[], X-ONAP-RequestID=[f5761af7-ad4e-418d-a6e8-a8d7bc55c27a], Content-Type=[application/merge-patch+json]}
2021-09-25T22:57:29.794Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:57:30.481Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?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/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-22:57:29:806-22458], vertex-id=[221360], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:57:29 GMT], Content-Type=[application/json]}
2021-09-25T22:57:30.481Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:57:30.482Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd8ca2ac-a7d0-42b9-82f9-e605877c475b/model-vers/model-ver/ff8c0862-ceec-4f0a-bd55-02f63f590bea?depth=0|INFO|500||InvokeReturn
2021-09-25T22:57:30.482Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:57:30.482Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-09-25T22:57:30.486Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|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-09-25T22:57:30.487Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5761af7-ad4e-418d-a6e8-a8d7bc55c27a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:57:30.487Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:57:30.487Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:30.489Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:30.489Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610650487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:57:30.589Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:30.590Z||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-09-25T22:57:30.590Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:30.601Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:30.601Z||pool-72-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-09-25T22:57:31.496Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:57:31.496Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"15e8a9a6-2ba5-4658-9d81-635c681db182","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b","serviceDescription":"service","serviceInvariantUUID":"0b4ed741-fb5a-4844-88f9-f1e2165f54c3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c49f194c-f83f-413c-8552-d31ab7bc3b04","resourceInvariantUUID":"aa14d893-8754-44f3-bf57-fda1fc86cabd","resourceCustomizationUUID":"930c2532-7354-43a9-8df7-87e78e1733d7","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":"NmYzNThiN2VhMjkxMjM0ZGIwMGYxMDNkODQyMzA1MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a1e63e6-6426-4656-bf99-8dc85bbcbf9b","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":"MzU2YmIxMGM4OWFmNGE5YmRiNjk3NTNiYzM3NTgzNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c87d489c-0fe0-49f2-a55d-8c80fb86f307","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebfd63d6-8e64-43e2-83d2-34e6dab17eab","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":"6fd8b2fd-775b-4037-86e1-5cfcda43e3b4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dd80f846-4c74-41f2-953e-e737191d105c","artifactVersion":"2","generatedFromUUID":"ebfd63d6-8e64-43e2-83d2-34e6dab17eab"},{"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":"MmU5OTZiNGMzMzhkMWY2MDg5ZGExMjkxZjc3YjRlMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e4330219-642c-44c2-9c22-86b34b57595d","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":"MWE1YTAyZGRmYzZhNjkwMTkyZTJmODNjOThkOGM2MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d46739ce-4443-4a84-9c68-20aa3583fb39","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWIyNTA5Y2E2MzIyMGU0Mjc5YWYxODQwOTIyM2YxMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28eca956-cee6-4454-b97e-56eca7f4ab7f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:57:31.496Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:31.496Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:31.498Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:31.498Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:31.600Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-25T22:57:31.601Z||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-09-25T22:57:31.602Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:31.610Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:31.610Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:57:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:57:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:32.144Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:32.160Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.160Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.163Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.164Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610527387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610526475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610526961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610525458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610534832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610542925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610543280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610535937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "cds",
  "timestamp": 1632610544285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-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-09-25T22:57:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35c36773-e176-48ed-a9a8-df6439cecb28
2021-09-25T22:57:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:57:32.184Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.184Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.184Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.184Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.184Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610544495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.185Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610545498,
  "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-09-25T22:57:32.187Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35c36773-e176-48ed-a9a8-df6439cecb28
2021-09-25T22:57:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610545948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "dcae-sch",
  "timestamp": 1632610539252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610546951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610539542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.194Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "policy-id",
  "timestamp": 1632610547953,
  "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-09-25T22:57:32.195Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35c36773-e176-48ed-a9a8-df6439cecb28
2021-09-25T22:57:32.196Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:57:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610542669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610552097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610545660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610553330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610554334,
  "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-09-25T22:57:32.204Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 35c36773-e176-48ed-a9a8-df6439cecb28
2021-09-25T22:57:32.204Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:57:32.208Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610555621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610558815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610560421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610560824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.209Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "aai-ml",
  "timestamp": 1632610561423,
  "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-09-25T22:57:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35c36773-e176-48ed-a9a8-df6439cecb28
2021-09-25T22:57:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:57:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.215Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "clamp",
  "timestamp": 1632610561828,
  "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-09-25T22:57:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35c36773-e176-48ed-a9a8-df6439cecb28
2021-09-25T22:57:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:57:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ee0c934-76fd-47bf-b980-52c86d97d7ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610563635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.222Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.223Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.224Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610576932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610562669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610566475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610566961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610569542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.230Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610579618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610579716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.231Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610580644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610572387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610581518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.233Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610581647,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:57:32.238Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of da45c85f-9e1e-4b47-8854-b18cd7eaeaca
2021-09-25T22:57:32.238Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.242Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610574832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.243Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610583981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610575660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610584579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610575937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.244Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "cds",
  "timestamp": 1632610585205,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T22:57:32.246Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da45c85f-9e1e-4b47-8854-b18cd7eaeaca
2021-09-25T22:57:32.246Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610585678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610586443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.250Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610586459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610586680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610587464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610587683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "dcae-sch",
  "timestamp": 1632610579252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.251Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610588044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.252Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "policy-id",
  "timestamp": 1632610588465,
  "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-09-25T22:57:32.253Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da45c85f-9e1e-4b47-8854-b18cd7eaeaca
2021-09-25T22:57:32.253Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T22:57:32.257Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.257Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610588686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.257Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.257Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.257Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610589059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:57:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.258Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "clamp",
  "timestamp": 1632610590061,
  "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-09-25T22:57:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da45c85f-9e1e-4b47-8854-b18cd7eaeaca
2021-09-25T22:57:32.259Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T22:57:32.263Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.263Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.263Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.263Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:57:32.263Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:32.263Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:57:32.498Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:32.499Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:32.501Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:32.501Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:57:32.601Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:32.602Z||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-09-25T22:57:32.602Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:32.611Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:32.611Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:33.502Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:33.502Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:33.504Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:33.504Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:57:33.605Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:57:33.606Z||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-09-25T22:57:33.606Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:33.615Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:33.615Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:34.505Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:34.505Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:34.506Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:34.507Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:34.607Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:34.607Z||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-09-25T22:57:34.608Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:34.617Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:34.617Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:35.507Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:35.508Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:35.510Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:35.510Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T22:57:35.610Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:35.611Z||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-09-25T22:57:35.611Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:35.621Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:35.621Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:36.510Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:36.511Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:36.513Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:36.513Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:36.613Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:36.614Z||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-09-25T22:57:36.614Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:36.623Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:36.624Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:37.513Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:37.514Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:37.516Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:37.516Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:57:37.616Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:37.618Z||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-09-25T22:57:37.618Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:37.628Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:37.628Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:38.516Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:57:38.517Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:38.518Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:38.519Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:57:38.619Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:38.620Z||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-09-25T22:57:38.620Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:38.629Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:38.630Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:39.520Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b4ed741-fb5a-4844-88f9-f1e2165f54c3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "930c2532-7354-43a9-8df7-87e78e1733d7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c49f194c-f83f-413c-8552-d31ab7bc3b04",
      "resourceInvariantUUID": "aa14d893-8754-44f3-bf57-fda1fc86cabd",
      "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": "MzU2YmIxMGM4OWFmNGE5YmRiNjk3NTNiYzM3NTgzNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c87d489c-0fe0-49f2-a55d-8c80fb86f307",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ebfd63d6-8e64-43e2-83d2-34e6dab17eab",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dd80f846-4c74-41f2-953e-e737191d105c",
            "generatedFromUUID": "ebfd63d6-8e64-43e2-83d2-34e6dab17eab"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dd80f846-4c74-41f2-953e-e737191d105c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWIyNTA5Y2E2MzIyMGU0Mjc5YWYxODQwOTIyM2YxMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28eca956-cee6-4454-b97e-56eca7f4ab7f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:57:39.520Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:57:39.520Z|f5761af7-ad4e-418d-a6e8-a8d7bc55c27a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b ASDC
2021-09-25T22:57:39.520Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:15e8a9a6-2ba5-4658-9d81-635c681db182
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b
ServiceInvariantUUID:0b4ed741-fb5a-4844-88f9-f1e2165f54c3
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:28eca956-cee6-4454-b97e-56eca7f4ab7f
ArtifactChecksum:ZWIyNTA5Y2E2MzIyMGU0Mjc5YWYxODQwOTIyM2YxMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:930c2532-7354-43a9-8df7-87e78e1733d7
ResourceInvariantUUID:aa14d893-8754-44f3-bf57-fda1fc86cabd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c49f194c-f83f-413c-8552-d31ab7bc3b04
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:c87d489c-0fe0-49f2-a55d-8c80fb86f307
ArtifactChecksum:MzU2YmIxMGM4OWFmNGE5YmRiNjk3NTNiYzM3NTgzNTA=
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:ebfd63d6-8e64-43e2-83d2-34e6dab17eab
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:dd80f846-4c74-41f2-953e-e737191d105c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:dd80f846-4c74-41f2-953e-e737191d105c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T22:57:39.521Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b 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-09-25T22:57:39.541Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:57:39.541Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:57:39.542Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:57:39.542Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28eca956-cee6-4454-b97e-56eca7f4ab7f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T22:57:39.542Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:57:39.542Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T22:57:40.022Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:57:40.026Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 28eca956-cee6-4454-b97e-56eca7f4ab7f 82037
2021-09-25T22:57:40.026Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-25T22:57:40.026Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T22:57:40.026Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:57:40.027Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:40.028Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:40.028Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610660026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:40.128Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:40.129Z||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-09-25T22:57:40.129Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:40.138Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:40.138Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:41.029Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:57:41.030Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:57:41.030Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 28eca956-cee6-4454-b97e-56eca7f4ab7f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T22:57:41.030Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-25T22:57:41.030Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T22:57:41.030Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T22:57:41.115Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3624675253950686789/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-BasicVmMacro-csar.csar
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-BasicVmMacro-csar.csar
2021-09-25T22:57:41.936Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-BasicVmMacro-csar.csar
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-BasicVmMacro-csar.csar
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-BasicVmMacro-csar.csar
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:57:41.937Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T22:57:41.938Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:57:41.939Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T22:57:41.940Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c1c410c-dca2-40be-94e5-5b5cff6c9d60
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:41.941Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b
Model Version:NULL
Model InvariantUuid:0b4ed741-fb5a-4844-88f9-f1e2165f54c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f4859e72-9f6a-4ea4-a915-97f30c9b36f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa14d893-8754-44f3-bf57-fda1fc86cabd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:930c2532-7354-43a9-8df7-87e78e1733d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:27451b74-a15c-460a-acbd-74ae4cf2e2ca
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ff710380-6cdb-4226-9d07-44d0db4a9299
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c1c410c-dca2-40be-94e5-5b5cff6c9d60
ModelInvariantUuid:2604d2ee-e8bc-466c-8d42-f70add7fb259
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a257ef58-a266-4493-9cb2-e4f80aa48580
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d0690814-aec3-471e-bb22-bb868cca324b
ModelInvariantUuid:11d80ed9-ff1d-407b-a271-502383cbbe9e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:03239db0-705c-4f21-ac1c-a6173e62ef38
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-09-25T22:57:41.948Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c49f194c-f83f-413c-8552-d31ab7bc3b04
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-09-25T22:57:41.950Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-09-25T22:57:41.951Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c49f194c-f83f-413c-8552-d31ab7bc3b04
2021-09-25T22:57:41.951Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c87d489c-0fe0-49f2-a55d-8c80fb86f307 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-25T22:57:41.951Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:57:41.951Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:42.185Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:57:42.186Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c87d489c-0fe0-49f2-a55d-8c80fb86f307 792
2021-09-25T22:57:42.186Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:42.186Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:42.186Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:57:42.186Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:42.187Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:42.188Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610662186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:42.288Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:42.288Z||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-09-25T22:57:42.289Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:42.298Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:42.298Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:57:43.188Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "27451b74-a15c-460a-acbd-74ae4cf2e2ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff710380-6cdb-4226-9d07-44d0db4a9299",
    "vfModuleModelCustomizationUUID": "0df4a8eb-36aa-4433-ad1f-fc89569f7788",
    "isBase": true,
    "artifacts": [
      "ebfd63d6-8e64-43e2-83d2-34e6dab17eab",
      "dd80f846-4c74-41f2-953e-e737191d105c"
    ],
    "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-09-25T22:57:43.191Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff710380-6cdb-4226-9d07-44d0db4a9299
VfModuleModelInvariantUUID:27451b74-a15c-460a-acbd-74ae4cf2e2ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebfd63d6-8e64-43e2-83d2-34e6dab17eab
,
dd80f846-4c74-41f2-953e-e737191d105c

}
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-09-25T22:57:43.193Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "27451b74-a15c-460a-acbd-74ae4cf2e2ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff710380-6cdb-4226-9d07-44d0db4a9299",
    "vfModuleModelCustomizationUUID": "0df4a8eb-36aa-4433-ad1f-fc89569f7788",
    "isBase": true,
    "artifacts": [
      "ebfd63d6-8e64-43e2-83d2-34e6dab17eab",
      "dd80f846-4c74-41f2-953e-e737191d105c"
    ],
    "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-09-25T22:57:43.193Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff710380-6cdb-4226-9d07-44d0db4a9299
VfModuleModelInvariantUUID:27451b74-a15c-460a-acbd-74ae4cf2e2ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebfd63d6-8e64-43e2-83d2-34e6dab17eab
,
dd80f846-4c74-41f2-953e-e737191d105c

}
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-09-25T22:57:43.193Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ebfd63d6-8e64-43e2-83d2-34e6dab17eab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-25T22:57:43.193Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:57:43.193Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:44.985Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:57:44.986Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ebfd63d6-8e64-43e2-83d2-34e6dab17eab 5033
2021-09-25T22:57:44.986Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:44.986Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:44.986Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:57:44.986Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:44.988Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:44.988Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610664986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:45.088Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:45.089Z||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-09-25T22:57:45.089Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:45.098Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:45.099Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:45.989Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dd80f846-4c74-41f2-953e-e737191d105c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-25T22:57:45.990Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:57:45.990Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:46.121Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:57:46.121Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dd80f846-4c74-41f2-953e-e737191d105c 903
2021-09-25T22:57:46.121Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:46.121Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:46.121Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:57:46.121Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:46.123Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:46.123Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610666121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:57:46.223Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:46.224Z||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-09-25T22:57:46.224Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:46.233Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:46.233Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:47.123Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b
2021-09-25T22:57:47.124Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c49f194c-f83f-413c-8552-d31ab7bc3b04 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-09-25T22:57:47.135Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.135Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.135Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-25T22:57:47.135Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 930c2532-7354-43a9-8df7-87e78e1733d7
2021-09-25T22:57:47.135Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 930c2532-7354-43a9-8df7-87e78e1733d7 matches Tosca VF Customization UUID: 930c2532-7354-43a9-8df7-87e78e1733d7
2021-09-25T22:57:47.136Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 930c2532-7354-43a9-8df7-87e78e1733d7  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-09-25T22:57:47.137Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.137Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.138Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 930c2532-7354-43a9-8df7-87e78e1733d7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-25T22:57:47.138Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ce877de
2021-09-25T22:57:47.138Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.138Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T22:57:47.138Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0df4a8eb-36aa-4433-ad1f-fc89569f7788
2021-09-25T22:57:47.139Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0df4a8eb-36aa-4433-ad1f-fc89569f7788
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-09-25T22:57:47.140Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T22:57:47.141Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T22:57:47.142Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T22:57:47.142Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c1c410c-dca2-40be-94e5-5b5cff6c9d60
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-09-25T22:57:47.143Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.143Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:47.144Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T22:57:47.144Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.144Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T22:57:47.144Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=930c2532-7354-43a9-8df7-87e78e1733d7
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-09-25T22:57:47.145Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.145Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b: basic_vm_macro
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.146Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.147Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.147Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:57:47.147Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:57:47.147Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:47.209Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c49f194c-f83f-413c-8552-d31ab7bc3b04 1 ASDC deployResourceStructure
2021-09-25T22:57:47.209Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:47.209Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:47.209Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:57:47.210Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:47.211Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:47.211Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610667209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:47.312Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:47.313Z||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-09-25T22:57:47.313Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:47.321Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:47.322Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:48.212Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:48.213Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:48.213Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:57:48.213Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:48.215Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:48.215Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610668212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:48.315Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:48.315Z||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-09-25T22:57:48.316Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:48.324Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:48.324Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:49.216Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:49.216Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||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-09-25T22:57:49.216Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:57:49.216Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:49.218Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:49.218Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610669216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:49.318Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:49.319Z||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-09-25T22:57:49.319Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:49.328Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:49.328Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:50.219Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-25T22:57:50.219Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T22:57:50.219Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:57:50.219Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:57:50.221Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:57:50.221Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610670218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:57:50.321Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:57:50.321Z||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-09-25T22:57:50.321Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:57:50.331Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:57:50.331Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:57:51.221Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15e8a9a6-2ba5-4658-9d81-635c681db182
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:57:51.228Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15e8a9a6-2ba5-4658-9d81-635c681db182
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:57:51.230Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-09-25T22:57:51.233Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:58:21.233Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15e8a9a6-2ba5-4658-9d81-635c681db182 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-09-25T22:58:21.236Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15e8a9a6-2ba5-4658-9d81-635c681db182 and serviceModelVersionId: 0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b
2021-09-25T22:58:21.237Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4ed741-fb5a-4844-88f9-f1e2165f54c3
2021-09-25T22:58:21.237Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4ed741-fb5a-4844-88f9-f1e2165f54c3/model-vers/model-ver/0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b?depth=0
2021-09-25T22:58:21.241Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:58:21.271Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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/0b4ed741-fb5a-4844-88f9-f1e2165f54c3/model-vers/model-ver/0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b?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-09-25T22:58:21.271Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b4ed741-fb5a-4844-88f9-f1e2165f54c3/model-vers/model-ver/0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b?depth=0|INFO|500||Invoke
2021-09-25T22:58:21.288Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b4ed741-fb5a-4844-88f9-f1e2165f54c3/model-vers/model-ver/0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:58:21.360Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b4ed741-fb5a-4844-88f9-f1e2165f54c3/model-vers/model-ver/0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b?depth=0|INFO|500||InvokeReturn
2021-09-25T22:58:21.361Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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/0b4ed741-fb5a-4844-88f9-f1e2165f54c3/model-vers/model-ver/0b10cbb1-7b8c-40dd-9f4c-8a3e15b7b87b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-22:58:21:295-6800], vertex-id=[229432], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:58:21 GMT], Content-Type=[application/json]}
2021-09-25T22:58:21.361Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:58:21.361Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:58:21.361Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-09-25T22:58:21.365Z|15e8a9a6-2ba5-4658-9d81-635c681db182|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-09-25T22:58:21.365Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15e8a9a6-2ba5-4658-9d81-635c681db182 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:58:21.365Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:58:21.366Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:21.367Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:21.367Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610701365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:58:21.468Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:58:21.468Z||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-09-25T22:58:21.469Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:21.480Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:21.481Z||pool-89-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-09-25T22:58:22.378Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:58:22.378Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"35c36773-e176-48ed-a9a8-df6439cecb28","serviceName":"Demo_pNF_jqWL5r9euxm8T18JwBex","serviceVersion":"1.0","serviceUUID":"8df973c4-bb58-4e17-ba81-b11e7b2d0362","serviceDescription":"catalog service description","serviceInvariantUUID":"64f0ee8c-a5a4-4b44-b9f9-22374c38928c","resources":[{"resourceInstanceName":"pNF b66fdfbf-5ada 0","resourceName":"pNF b66fdfbf-5ada","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c531df5-08a2-47e1-9fcb-cfc8a1885319","resourceInvariantUUID":"e23cd710-b80b-490a-901d-94b023eb2d71","resourceCustomizationUUID":"581c6ae2-3ab6-49f8-983d-231723acc936","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml","artifactChecksum":"NDdhNzI4OWIyZGY0OGYyN2NhOTgwZDU1MjYyZjQ1ZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25d27f36-49fd-48e8-a7bd-06d3e61d8f0b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar","artifactChecksum":"ZTViMDhlOTU5MTU5YjFjMTcxMDJiMGNmNTI4MTFiZTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c19b3e0-dc8f-401a-95e6-ca7be1e4c4d9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7f2822c-b663-440f-bab9-395a510d4396","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE5YWMwZGZiYmVhZmFlNjQ0NDEyOGJmYzRkNjliYmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c902203c-4640-470a-b279-058b172caa1c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3822e51-2770-484c-afd6-222e1e3753c8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c4b70cc-b9b7-490e-9e30-8015da8f55f0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml","artifactChecksum":"NjUzYTM4MTlhYThkZTBjNzdlN2YzMmRjYWYxYmQxNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9fb0fae-8a63-4d14-a375-cd51abbe9423","artifactVersion":"1"},{"artifactName":"service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar","artifactChecksum":"ZmI3NGUxZmUzNDM4ZWIyOGRhNWYxYWNhYzBhODc2ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fea60f34-810c-4180-9b97-aef636ed77b7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:58:22.378Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:22.379Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:22.381Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:22.381Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:22.481Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:22.481Z||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-09-25T22:58:22.482Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:22.492Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:22.493Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:58:23.381Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:23.382Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:23.383Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:23.384Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:23.484Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:23.485Z||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-09-25T22:58:23.485Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:23.493Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:23.494Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:24.384Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:24.385Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:24.386Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:24.386Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:24.486Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:24.487Z||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-09-25T22:58:24.487Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:24.497Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:24.497Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:25.387Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:25.388Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:25.389Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:25.389Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:25.490Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T22:58:25.491Z||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-09-25T22:58:25.491Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:25.500Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:25.500Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:26.390Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:26.390Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:26.392Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:26.392Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:26.492Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:26.493Z||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-09-25T22:58:26.493Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:26.500Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:26.501Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:27.393Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:27.393Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:27.395Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:27.395Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:27.495Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:27.496Z||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-09-25T22:58:27.496Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:27.505Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:27.505Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:58:28.395Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:28.396Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:28.399Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:28.399Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:28.499Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:28.500Z||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-09-25T22:58:28.500Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:28.509Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:28.509Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:29.399Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:58:29.400Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:29.402Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:29.402Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:58:29.502Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:29.503Z||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-09-25T22:58:29.503Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:29.511Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:29.512Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:58:30.403Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "serviceName": "Demo_pNF_jqWL5r9euxm8T18JwBex",
  "serviceVersion": "1.0",
  "serviceUUID": "8df973c4-bb58-4e17-ba81-b11e7b2d0362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "64f0ee8c-a5a4-4b44-b9f9-22374c38928c",
  "resources": [
    {
      "resourceInstanceName": "pNF b66fdfbf-5ada 0",
      "resourceCustomizationUUID": "581c6ae2-3ab6-49f8-983d-231723acc936",
      "resourceName": "pNF b66fdfbf-5ada",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2c531df5-08a2-47e1-9fcb-cfc8a1885319",
      "resourceInvariantUUID": "e23cd710-b80b-490a-901d-94b023eb2d71",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
      "artifactChecksum": "ZmI3NGUxZmUzNDM4ZWIyOGRhNWYxYWNhYzBhODc2ZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fea60f34-810c-4180-9b97-aef636ed77b7"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:58:30.403Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:58:30.403Z|15e8a9a6-2ba5-4658-9d81-635c681db182|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8df973c4-bb58-4e17-ba81-b11e7b2d0362 ASDC
2021-09-25T22:58:30.404Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:35c36773-e176-48ed-a9a8-df6439cecb28
ServiceName:Demo_pNF_jqWL5r9euxm8T18JwBex
ServiceVersion:1.0
ServiceUUID:8df973c4-bb58-4e17-ba81-b11e7b2d0362
ServiceInvariantUUID:64f0ee8c-a5a4-4b44-b9f9-22374c38928c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
ArtifactUUID:fea60f34-810c-4180-9b97-aef636ed77b7
ArtifactChecksum:ZmI3NGUxZmUzNDM4ZWIyOGRhNWYxYWNhYzBhODc2ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b66fdfbf-5ada 0
ResourceCustomizationUUID:581c6ae2-3ab6-49f8-983d-231723acc936
ResourceInvariantUUID:e23cd710-b80b-490a-901d-94b023eb2d71
ResourceName:pNF b66fdfbf-5ada
ResourceType:PNF
ResourceUUID:2c531df5-08a2-47e1-9fcb-cfc8a1885319
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T22:58:30.404Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8df973c4-bb58-4e17-ba81-b11e7b2d0362 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-09-25T22:58:30.420Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:58:30.420Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:58:30.420Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:58:30.421Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fea60f34-810c-4180-9b97-aef636ed77b7 from URL: /sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:30.421Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:58:30.421Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:30.782Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:58:30.786Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar fea60f34-810c-4180-9b97-aef636ed77b7 83312
2021-09-25T22:58:30.786Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar ASDC sendASDCNotification
2021-09-25T22:58:30.786Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:30.786Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:58:30.787Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:30.788Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:30.788Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610710786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:58:30.888Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:30.889Z||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-09-25T22:58:30.889Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:30.898Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:30.898Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:31.789Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:58:31.790Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:58:31.790Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fea60f34-810c-4180-9b97-aef636ed77b7, URL: /sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar to file: /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:31.790Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:31.791Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:31.791Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:31.888Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15944128311136008214/Definitions/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml
2021-09-25T22:58:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:58:32.130Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:58:32.130Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:58:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:58:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:58:32.445Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:58:32.446Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:58:32.446Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.446Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T22:58:32.446Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b66fdfbf-5ada 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.446Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b66fdfbf-5ada 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-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:58:32.447Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.448Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.448Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Node template pNF b66fdfbf-5ada 0 is matching search criteria
2021-09-25T22:58:32.448Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:58:32.448Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b66fdfbf-5ada 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:58:32.448Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.448Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.449Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Node template pNF b66fdfbf-5ada 0 is matching search criteria
2021-09-25T22:58:32.449Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:58:32.449Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF b66fdfbf-5ada 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:58:32.449Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.449Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.449Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.450Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jqWL5r9euxm8T18JwBex
Description:catalog service description
Model UUID:8df973c4-bb58-4e17-ba81-b11e7b2d0362
Model Version:NULL
Model InvariantUuid:64f0ee8c-a5a4-4b44-b9f9-22374c38928c
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-09-25T22:58:32.458Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c531df5-08a2-47e1-9fcb-cfc8a1885319
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-09-25T22:58:32.461Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||pNF b66fdfbf-5ada 0
2021-09-25T22:58:32.461Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c531df5-08a2-47e1-9fcb-cfc8a1885319
2021-09-25T22:58:32.461Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 8df973c4-bb58-4e17-ba81-b11e7b2d0362
2021-09-25T22:58:32.461Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8df973c4-bb58-4e17-ba81-b11e7b2d0362
2021-09-25T22:58:32.461Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b66fdfbf-5ada 0 2c531df5-08a2-47e1-9fcb-cfc8a1885319 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-09-25T22:58:32.466Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.466Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.466Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8df973c4-bb58-4e17-ba81-b11e7b2d0362: pNF b66fdfbf-5ada
2021-09-25T22:58:32.466Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2c531df5-08a2-47e1-9fcb-cfc8a1885319
2021-09-25T22:58:32.467Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:58:32.467Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jqWL5r9euxm8T18JwBex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:58:32.467Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||Resource customization UUID: 581c6ae2-3ab6-49f8-983d-231723acc936 is the same as notified resource customizationUUID: 581c6ae2-3ab6-49f8-983d-231723acc936
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-09-25T22:58:32.525Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b66fdfbf-5ada 2c531df5-08a2-47e1-9fcb-cfc8a1885319 0 ASDC deployResourceStructure
2021-09-25T22:58:32.525Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar ASDC sendASDCNotification
2021-09-25T22:58:32.525Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar
2021-09-25T22:58:32.525Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:58:32.525Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:58:32.527Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:58:32.527Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610712525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:58:32.627Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:58:32.627Z||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-09-25T22:58:32.628Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:58:32.636Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:58:32.637Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:58:33.527Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35c36773-e176-48ed-a9a8-df6439cecb28
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:58:33.533Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35c36773-e176-48ed-a9a8-df6439cecb28
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:58:33.534Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:58:33.535Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-09-25T22:58:33.537Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T22:59:03.537Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35c36773-e176-48ed-a9a8-df6439cecb28 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-09-25T22:59:03.540Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35c36773-e176-48ed-a9a8-df6439cecb28 and serviceModelVersionId: 8df973c4-bb58-4e17-ba81-b11e7b2d0362
2021-09-25T22:59:03.540Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f0ee8c-a5a4-4b44-b9f9-22374c38928c
2021-09-25T22:59:03.541Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0
2021-09-25T22:59:03.545Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T22:59:03.576Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0|INFO|500||Invoke
2021-09-25T22:59:03.576Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[35c36773-e176-48ed-a9a8-df6439cecb28], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55c4d56d-69b4-49b0-9639-19a4f63e1486], X-ECOMP-RequestID=[35c36773-e176-48ed-a9a8-df6439cecb28], X-TransactionId=[], X-ONAP-RequestID=[35c36773-e176-48ed-a9a8-df6439cecb28], Content-Type=[application/merge-patch+json]}
2021-09-25T22:59:03.592Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T22:59:04.028Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?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/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-22:59:03:600-44221], vertex-id=[434304], Content-Length=[0], Date=[Sat, 25 Sep 2021 22:59:03 GMT], Content-Type=[application/json]}
2021-09-25T22:59:04.029Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T22:59:04.029Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64f0ee8c-a5a4-4b44-b9f9-22374c38928c/model-vers/model-ver/8df973c4-bb58-4e17-ba81-b11e7b2d0362?depth=0|INFO|500||InvokeReturn
2021-09-25T22:59:04.030Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T22:59:04.030Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-09-25T22:59:04.033Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-09-25T22:59:04.034Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35c36773-e176-48ed-a9a8-df6439cecb28 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T22:59:04.034Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T22:59:04.034Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:04.035Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:04.035Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610744034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:59:04.136Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:04.136Z||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-09-25T22:59:04.137Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:04.149Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:04.149Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T22:59:05.042Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:59:05.042Z|35c36773-e176-48ed-a9a8-df6439cecb28|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-09-25T22:59:05.042Z|35c36773-e176-48ed-a9a8-df6439cecb28|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:09.354Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:09.355Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T22:59:09.355Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"da45c85f-9e1e-4b47-8854-b18cd7eaeaca","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1ff7520c-3086-427c-ae85-65ef59d80612","serviceDescription":"service","serviceInvariantUUID":"2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd5bc264-2e78-4e5f-97c4-937f498de70e","resourceInvariantUUID":"58bb9ee2-7087-4366-8f74-640b07cd58c5","resourceCustomizationUUID":"ecb7944f-8d33-4f71-922f-142ed03747f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZjI0M2YyYTI4MjJkMzQxZjI2YmQ4ZGYwZWQ3ZjRhYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aae52ac8-c326-40f5-8d87-9b4d0a16c7a7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02ded574-2992-4324-b5fe-c00cf8db55e8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9c86b5f-94d2-4e58-9a36-01c294c3d054","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjYzNTQzZTE0MTQ2MDZlOWRjNTRhMzA4NDMxODgzMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0c5cee9-560a-44f7-b0e4-6874d3cec9cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7df4e37e-5fd0-46ee-9ad7-5b5442d7591f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46309a08-352b-4c6d-951c-9bfc2fd988dd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41d46a05-3c30-4239-bfc5-4a5480d8961b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODU4ZDNkYjAzZWQ3Njg4MjcwMGNmZTAxZGMzYjg3ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b1570fc3-e035-49c1-83fa-23848f1d0070","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGE2ZTJjYmU5Nzk2MDRiYTY5NmIxY2E2MGQ3YjA5Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50dd8a4c-8848-48aa-a80a-039b85b6938f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T22:59:09.357Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:09.357Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:09.358Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:09.358Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:09.459Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:59:09.459Z||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-09-25T22:59:09.459Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:09.468Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:09.468Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:10.359Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:10.360Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:10.361Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:10.361Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:10.461Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:59:10.462Z||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-09-25T22:59:10.462Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:10.471Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:10.472Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:11.362Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:11.363Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:11.364Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:11.364Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:11.464Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:11.465Z||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-09-25T22:59:11.465Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:11.475Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:11.475Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:12.365Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:12.366Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:12.368Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:12.368Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:12.468Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:12.469Z||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-09-25T22:59:12.469Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:12.478Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:12.479Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:13.369Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:13.369Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:13.371Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:13.371Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:13.471Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T22:59:13.472Z||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-09-25T22:59:13.472Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:13.482Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:13.482Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:14.372Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:14.373Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:14.374Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:14.374Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:14.475Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:14.475Z||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-09-25T22:59:14.475Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:14.484Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:14.485Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:15.375Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:15.376Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:15.378Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:15.378Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:15.478Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:15.479Z||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-09-25T22:59:15.479Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:15.489Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:15.490Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:16.378Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:16.379Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:16.381Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:16.381Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:16.481Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:16.482Z||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-09-25T22:59:16.482Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:16.491Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:16.491Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:17.381Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T22:59:17.382Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:17.384Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:17.384Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:17.484Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:17.485Z||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-09-25T22:59:17.485Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:17.494Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:17.494Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:59:18.385Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1ff7520c-3086-427c-ae85-65ef59d80612",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ecb7944f-8d33-4f71-922f-142ed03747f4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cd5bc264-2e78-4e5f-97c4-937f498de70e",
      "resourceInvariantUUID": "58bb9ee2-7087-4366-8f74-640b07cd58c5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZGE2ZTJjYmU5Nzk2MDRiYTY5NmIxY2E2MGQ3YjA5Yjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50dd8a4c-8848-48aa-a80a-039b85b6938f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T22:59:18.385Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T22:59:18.385Z|35c36773-e176-48ed-a9a8-df6439cecb28|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1ff7520c-3086-427c-ae85-65ef59d80612 ASDC
2021-09-25T22:59:18.386Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:da45c85f-9e1e-4b47-8854-b18cd7eaeaca
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:1ff7520c-3086-427c-ae85-65ef59d80612
ServiceInvariantUUID:2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:50dd8a4c-8848-48aa-a80a-039b85b6938f
ArtifactChecksum:ZGE2ZTJjYmU5Nzk2MDRiYTY5NmIxY2E2MGQ3YjA5Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ecb7944f-8d33-4f71-922f-142ed03747f4
ResourceInvariantUUID:58bb9ee2-7087-4366-8f74-640b07cd58c5
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:cd5bc264-2e78-4e5f-97c4-937f498de70e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T22:59:18.386Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ff7520c-3086-427c-ae85-65ef59d80612 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-09-25T22:59:18.402Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:59:18.402Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:59:18.402Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:59:18.402Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50dd8a4c-8848-48aa-a80a-039b85b6938f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-25T22:59:18.403Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T22:59:18.403Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-25T22:59:19.130Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T22:59:19.134Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 50dd8a4c-8848-48aa-a80a-039b85b6938f 106313
2021-09-25T22:59:19.135Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-25T22:59:19.135Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-25T22:59:19.135Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T22:59:19.135Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:19.137Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:19.137Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610759135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:19.237Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:19.238Z||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-09-25T22:59:19.238Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:19.246Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:19.246Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-25T22:59:20.137Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T22:59:20.138Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T22:59:20.139Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50dd8a4c-8848-48aa-a80a-039b85b6938f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.139Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.140Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.140Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.245Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15500472672346949465/Definitions/service-TestPnfMacro-template.yml
2021-09-25T22:59:20.772Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T22:59:20.772Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:59:20.772Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.772Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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-TestPnfMacro-csar.csar
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:59:20.773Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.774Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.775Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:1ff7520c-3086-427c-ae85-65ef59d80612
Model Version:NULL
Model InvariantUuid:2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f
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-09-25T22:59:20.782Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd5bc264-2e78-4e5f-97c4-937f498de70e
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-09-25T22:59:20.784Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||test-pnf 0
2021-09-25T22:59:20.784Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd5bc264-2e78-4e5f-97c4-937f498de70e
2021-09-25T22:59:20.784Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 1ff7520c-3086-427c-ae85-65ef59d80612
2021-09-25T22:59:20.784Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1ff7520c-3086-427c-ae85-65ef59d80612
2021-09-25T22:59:20.784Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 cd5bc264-2e78-4e5f-97c4-937f498de70e 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-09-25T22:59:20.788Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.788Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.788Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1ff7520c-3086-427c-ae85-65ef59d80612: test-pnf
2021-09-25T22:59:20.788Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Processing PNF resource: cd5bc264-2e78-4e5f-97c4-937f498de70e
2021-09-25T22:59:20.788Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T22:59:20.789Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T22:59:20.789Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||Resource customization UUID: ecb7944f-8d33-4f71-922f-142ed03747f4 is the same as notified resource customizationUUID: ecb7944f-8d33-4f71-922f-142ed03747f4
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-09-25T22:59:20.812Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf cd5bc264-2e78-4e5f-97c4-937f498de70e 0 ASDC deployResourceStructure
2021-09-25T22:59:20.812Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-25T22:59:20.812Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-25T22:59:20.812Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T22:59:20.812Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T22:59:20.814Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T22:59:20.814Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610760812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:20.914Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T22:59:20.915Z||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-09-25T22:59:20.915Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:20.923Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:20.924Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T22:59:21.814Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da45c85f-9e1e-4b47-8854-b18cd7eaeaca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:59:21.820Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da45c85f-9e1e-4b47-8854-b18cd7eaeaca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:59:21.821Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:59:21.821Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T22:59:21.821Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T22:59:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T22:59:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T22:59:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T22:59:32.143Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T22:59:32.151Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610592120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.152Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.153Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "aai-ml",
  "timestamp": 1632610593123,
  "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-09-25T22:59:32.156Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da45c85f-9e1e-4b47-8854-b18cd7eaeaca
2021-09-25T22:59:32.156Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T22:59:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610585458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610596024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610597627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.162Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610598630,
  "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-09-25T22:59:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da45c85f-9e1e-4b47-8854-b18cd7eaeaca
2021-09-25T22:59:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.171Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.172Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.173Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.174Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.175Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.176Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.177Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.178Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610617387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "dcae-sch",
  "timestamp": 1632610619252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610615938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632610622669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.179Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610626475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610626961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610635627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610635823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.180Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610636632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.181Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "cds",
  "timestamp": 1632610636828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T22:59:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T22:59:32.188Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T22:59:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610637017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.192Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.193Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "policy-id",
  "timestamp": 1632610637635,
  "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-09-25T22:59:32.195Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T22:59:32.195Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T22:59:32.199Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610637717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610629542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610638917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.200Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610639528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610640333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.201Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610641127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610641840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.202Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.203Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.203Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610642838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.203Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.203Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.203Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610642846,
  "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-09-25T22:59:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T22:59:32.205Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610642885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.211Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610634832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632610643850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.212Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610643889,
  "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-09-25T22:59:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T22:59:32.214Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T22:59:32.217Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610635660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610644832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632610644892,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.218Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.219Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "clamp",
  "timestamp": 1632610645834,
  "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-09-25T22:59:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T22:59:32.221Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T22:59:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.225Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610646133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610646371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610647650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.226Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610649034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5761af7-ad4e-418d-a6e8-a8d7bc55c27a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610650487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610650798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.227Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.228Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610651830,
  "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-09-25T22:59:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T22:59:32.229Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T22:59:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T22:59:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T22:59:32.232Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T22:59:51.821Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da45c85f-9e1e-4b47-8854-b18cd7eaeaca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T22:59:51.827Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da45c85f-9e1e-4b47-8854-b18cd7eaeaca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.828Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.829Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.829Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T22:59:51.829Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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-09-25T22:59:51.830Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T23:00:21.831Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da45c85f-9e1e-4b47-8854-b18cd7eaeaca 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-09-25T23:00:21.836Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da45c85f-9e1e-4b47-8854-b18cd7eaeaca and serviceModelVersionId: 1ff7520c-3086-427c-ae85-65ef59d80612
2021-09-25T23:00:21.836Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f
2021-09-25T23:00:21.836Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f/model-vers/model-ver/1ff7520c-3086-427c-ae85-65ef59d80612?depth=0
2021-09-25T23:00:21.840Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T23:00:21.869Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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/2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f/model-vers/model-ver/1ff7520c-3086-427c-ae85-65ef59d80612?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-09-25T23:00:21.869Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f/model-vers/model-ver/1ff7520c-3086-427c-ae85-65ef59d80612?depth=0|INFO|500||Invoke
2021-09-25T23:00:21.896Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f/model-vers/model-ver/1ff7520c-3086-427c-ae85-65ef59d80612?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T23:00:22.002Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f/model-vers/model-ver/1ff7520c-3086-427c-ae85-65ef59d80612?depth=0|INFO|500||InvokeReturn
2021-09-25T23:00:22.002Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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/2ffcc8df-d62e-48ab-bcb7-83f176e0fc2f/model-vers/model-ver/1ff7520c-3086-427c-ae85-65ef59d80612?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-23:00:21:902-7397], vertex-id=[446592], Content-Length=[0], Date=[Sat, 25 Sep 2021 23:00:21 GMT], Content-Type=[application/json]}
2021-09-25T23:00:22.002Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T23:00:22.003Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T23:00:22.003Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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-09-25T23:00:22.006Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|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-09-25T23:00:22.006Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da45c85f-9e1e-4b47-8854-b18cd7eaeaca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T23:00:22.006Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T23:00:22.006Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:22.008Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:22.008Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610822006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:00:22.109Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:22.109Z||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-09-25T23:00:22.109Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:22.120Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:22.121Z||pool-112-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-09-25T23:00:23.015Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T23:00:23.015Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"991734e1-2def-4566-a0e9-09100bb37e2c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4597e6d8-9f60-42dc-b043-8c52fd199f7e","serviceDescription":"service","serviceInvariantUUID":"882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f40d204a-8418-4d3c-968e-a211f12ee859","resourceInvariantUUID":"633855c2-58b7-4055-833e-7da393968799","resourceCustomizationUUID":"36849de8-6022-4988-b879-9ecb1fc2cf91","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":"ZGVlZTM0ZWViNjFkNjJiNjNjYmMyYWY2Njg1OTQ0OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c79c2b73-80e7-48e6-b52a-a5a5721ffa25","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":"46a8ceb1-bbc6-4dd0-9482-97e24225d03b","artifactVersion":"2","generatedFromUUID":"faf837e9-75b3-4d5a-8769-4a275d43b365"},{"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":"faf837e9-75b3-4d5a-8769-4a275d43b365","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":"ZjA0OWFlNTNlNDU3YTFmZDljNGNjOWEwZTRlMGYzYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66cb650a-55aa-484f-9914-eed0cadcb5cf","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":"20642d40-080f-4525-a5d7-966a84202880","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":"19437a73-e22c-44d3-8a17-824127a8a739","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":"3e40a568-f247-45c2-97e9-4ab2937b99cb","artifactVersion":"2","generatedFromUUID":"20642d40-080f-4525-a5d7-966a84202880"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGMzZWMzNzNmNjliM2Y3NWE2ZmZjNDFkNzFiMjhjYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03ce3553-0f85-46eb-8ded-1cea5d2f6375","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDU5ZTBiZGQ4ZGYxY2NjYTg1MDBmNjg0MjYyNzBiNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced1db26-56c5-494e-a245-64eee81eca45","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T23:00:23.016Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:23.016Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:23.018Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:23.018Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:23.118Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:23.119Z||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-09-25T23:00:23.119Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:23.129Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:23.129Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:24.019Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:24.019Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:24.021Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:24.021Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T23:00:24.121Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:24.122Z||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-09-25T23:00:24.122Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:24.131Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:24.131Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:25.022Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:25.022Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:25.024Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:25.024Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T23:00:25.124Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:25.125Z||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-09-25T23:00:25.125Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:25.133Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:25.133Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:26.025Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:26.025Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:26.027Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:26.027Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T23:00:26.127Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:26.128Z||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-09-25T23:00:26.128Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:26.136Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:26.137Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:27.027Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:27.028Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:27.029Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:27.030Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T23:00:27.130Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:27.131Z||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-09-25T23:00:27.131Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:27.140Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:27.140Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:28.030Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:28.031Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:28.033Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:28.033Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:28.133Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:28.134Z||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-09-25T23:00:28.134Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:28.143Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:28.144Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:29.033Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:29.034Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:29.035Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:29.036Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T23:00:29.136Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:29.137Z||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-09-25T23:00:29.137Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:29.144Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:29.145Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:30.036Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:30.037Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:30.040Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:30.040Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:30.139Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-25T23:00:30.139Z||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-09-25T23:00:30.139Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:30.149Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:30.149Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:31.041Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:00:31.042Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:31.044Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:31.044Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:00:31.144Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:31.145Z||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-09-25T23:00:31.145Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:31.153Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:31.153Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:32.045Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4597e6d8-9f60-42dc-b043-8c52fd199f7e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "36849de8-6022-4988-b879-9ecb1fc2cf91",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f40d204a-8418-4d3c-968e-a211f12ee859",
      "resourceInvariantUUID": "633855c2-58b7-4055-833e-7da393968799",
      "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": "46a8ceb1-bbc6-4dd0-9482-97e24225d03b",
          "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": "faf837e9-75b3-4d5a-8769-4a275d43b365",
          "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": "ZjA0OWFlNTNlNDU3YTFmZDljNGNjOWEwZTRlMGYzYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "66cb650a-55aa-484f-9914-eed0cadcb5cf",
          "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": "20642d40-080f-4525-a5d7-966a84202880",
          "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": "3e40a568-f247-45c2-97e9-4ab2937b99cb",
            "generatedFromUUID": "20642d40-080f-4525-a5d7-966a84202880"
          },
          "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": "3e40a568-f247-45c2-97e9-4ab2937b99cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDU5ZTBiZGQ4ZGYxY2NjYTg1MDBmNjg0MjYyNzBiNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced1db26-56c5-494e-a245-64eee81eca45"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T23:00:32.045Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T23:00:32.045Z|da45c85f-9e1e-4b47-8854-b18cd7eaeaca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4597e6d8-9f60-42dc-b043-8c52fd199f7e ASDC
2021-09-25T23:00:32.046Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:991734e1-2def-4566-a0e9-09100bb37e2c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4597e6d8-9f60-42dc-b043-8c52fd199f7e
ServiceInvariantUUID:882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd
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:ced1db26-56c5-494e-a245-64eee81eca45
ArtifactChecksum:ZDU5ZTBiZGQ4ZGYxY2NjYTg1MDBmNjg0MjYyNzBiNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:36849de8-6022-4988-b879-9ecb1fc2cf91
ResourceInvariantUUID:633855c2-58b7-4055-833e-7da393968799
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f40d204a-8418-4d3c-968e-a211f12ee859
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:46a8ceb1-bbc6-4dd0-9482-97e24225d03b
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:faf837e9-75b3-4d5a-8769-4a275d43b365
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:66cb650a-55aa-484f-9914-eed0cadcb5cf
ArtifactChecksum:ZjA0OWFlNTNlNDU3YTFmZDljNGNjOWEwZTRlMGYzYWQ=
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:20642d40-080f-4525-a5d7-966a84202880
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:3e40a568-f247-45c2-97e9-4ab2937b99cb
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:3e40a568-f247-45c2-97e9-4ab2937b99cb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T23:00:32.046Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4597e6d8-9f60-42dc-b043-8c52fd199f7e 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-09-25T23:00:32.068Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T23:00:32.068Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T23:00:32.068Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T23:00:32.069Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ced1db26-56c5-494e-a245-64eee81eca45 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-25T23:00:32.069Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T23:00:32.069Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-25T23:00:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:00:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:00:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:32.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:32.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632610652832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610654219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "aai-ml",
  "timestamp": 1632610655222,
  "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-09-25T23:00:32.151Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T23:00:32.151Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610656028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.157Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610657982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.158Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632610658985,
  "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-09-25T23:00:32.160Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 991734e1-2def-4566-a0e9-09100bb37e2c
2021-09-25T23:00:32.161Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T23:00:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610660026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.165Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610662186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610664986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610666121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610667209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.166Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610668212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610669216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610670218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15e8a9a6-2ba5-4658-9d81-635c681db182",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610701365,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:32.167Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.168Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/resourceInstances/pnfb66fdfbf5ada0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610564644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:00:32.169Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:00:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610710786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:32.170Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:00:33.416Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T23:00:33.419Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ced1db26-56c5-494e-a245-64eee81eca45 71161
2021-09-25T23:00:33.419Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-25T23:00:33.419Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-25T23:00:33.419Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:00:33.420Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:33.421Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:33.421Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610833419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:33.521Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:33.522Z||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-09-25T23:00:33.522Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:33.530Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:33.530Z||pool-122-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:34.422Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T23:00:34.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-25T23:00:34.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ced1db26-56c5-494e-a245-64eee81eca45, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:34.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-25T23:00:34.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:34.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:34.651Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9979847709535819583/Definitions/service-BasicCnf-template.yml
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||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-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-25T23:00:35.423Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T23:00:35.424Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:35.425Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-25T23:00:35.426Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f4eb13a5-c138-441c-be88-b1e60082d4f0
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:35.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4597e6d8-9f60-42dc-b043-8c52fd199f7e
Model Version:NULL
Model InvariantUuid:882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a9857360-94f1-4716-81e2-dde4d08f4b34
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:633855c2-58b7-4055-833e-7da393968799
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36849de8-6022-4988-b879-9ecb1fc2cf91
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1eadaa6-76ec-4e2d-b682-981532d00947
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cc5697fb-fa4d-493c-9804-7e28c33d6d49
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f4eb13a5-c138-441c-be88-b1e60082d4f0
ModelInvariantUuid:7c0f11a5-0dd5-4738-ad60-9ad7cf224366
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b89b0b3b-c40d-42d7-8516-3db878e04f03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0c25b014-d563-4632-aeb4-db10ab7a20d4
ModelInvariantUuid:efce84dc-53c4-4953-9402-bebecf4a3a07
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:088d6ccc-54f6-45b4-b2cd-f98c38072510
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-09-25T23:00:35.433Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f40d204a-8418-4d3c-968e-a211f12ee859
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-09-25T23:00:35.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-09-25T23:00:35.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f40d204a-8418-4d3c-968e-a211f12ee859
2021-09-25T23:00:35.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46a8ceb1-bbc6-4dd0-9482-97e24225d03b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-25T23:00:35.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T23:00:35.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-25T23:00:36.226Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T23:00:36.226Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 46a8ceb1-bbc6-4dd0-9482-97e24225d03b 12
2021-09-25T23:00:36.226Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-25T23:00:36.226Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-25T23:00:36.226Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:00:36.227Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:36.228Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:36.228Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610836226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:36.328Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:36.329Z||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-09-25T23:00:36.329Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:36.338Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:36.339Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:37.229Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: faf837e9-75b3-4d5a-8769-4a275d43b365 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-25T23:00:37.229Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T23:00:37.229Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-25T23:00:37.916Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T23:00:37.916Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz faf837e9-75b3-4d5a-8769-4a275d43b365 2688
2021-09-25T23:00:37.916Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-25T23:00:37.916Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-25T23:00:37.916Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:00:37.917Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:37.918Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:37.918Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610837916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:38.018Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:38.019Z||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-09-25T23:00:38.019Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:38.027Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:38.028Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:38.919Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66cb650a-55aa-484f-9914-eed0cadcb5cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-25T23:00:38.920Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T23:00:38.920Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-25T23:00:39.427Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T23:00:39.428Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 66cb650a-55aa-484f-9914-eed0cadcb5cf 828
2021-09-25T23:00:39.428Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-25T23:00:39.428Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-25T23:00:39.428Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:00:39.428Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:39.430Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:39.430Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610839428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:39.530Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:39.531Z||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-09-25T23:00:39.531Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:39.540Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:39.540Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T23:00:40.430Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c1eadaa6-76ec-4e2d-b682-981532d00947",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc5697fb-fa4d-493c-9804-7e28c33d6d49",
    "vfModuleModelCustomizationUUID": "c85a93c4-0305-444f-b3d7-714e9ec77d34",
    "isBase": true,
    "artifacts": [
      "20642d40-080f-4525-a5d7-966a84202880",
      "faf837e9-75b3-4d5a-8769-4a275d43b365",
      "3e40a568-f247-45c2-97e9-4ab2937b99cb"
    ],
    "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-09-25T23:00:40.434Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc5697fb-fa4d-493c-9804-7e28c33d6d49
VfModuleModelInvariantUUID:c1eadaa6-76ec-4e2d-b682-981532d00947
VfModuleModelDescription:NULL
Artifacts UUID List:{
20642d40-080f-4525-a5d7-966a84202880
,
faf837e9-75b3-4d5a-8769-4a275d43b365
,
3e40a568-f247-45c2-97e9-4ab2937b99cb

}
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-09-25T23:00:40.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c1eadaa6-76ec-4e2d-b682-981532d00947",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc5697fb-fa4d-493c-9804-7e28c33d6d49",
    "vfModuleModelCustomizationUUID": "c85a93c4-0305-444f-b3d7-714e9ec77d34",
    "isBase": true,
    "artifacts": [
      "20642d40-080f-4525-a5d7-966a84202880",
      "faf837e9-75b3-4d5a-8769-4a275d43b365",
      "3e40a568-f247-45c2-97e9-4ab2937b99cb"
    ],
    "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-09-25T23:00:40.435Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc5697fb-fa4d-493c-9804-7e28c33d6d49
VfModuleModelInvariantUUID:c1eadaa6-76ec-4e2d-b682-981532d00947
VfModuleModelDescription:NULL
Artifacts UUID List:{
20642d40-080f-4525-a5d7-966a84202880
,
faf837e9-75b3-4d5a-8769-4a275d43b365
,
3e40a568-f247-45c2-97e9-4ab2937b99cb

}
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-09-25T23:00:40.436Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 20642d40-080f-4525-a5d7-966a84202880 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-25T23:00:40.436Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T23:00:40.436Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-25T23:00:40.606Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T23:00:40.606Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 20642d40-080f-4525-a5d7-966a84202880 1164
2021-09-25T23:00:40.606Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-25T23:00:40.606Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-25T23:00:40.606Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:00:40.607Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:40.608Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:40.609Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610840606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:40.709Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:40.709Z||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-09-25T23:00:40.709Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:40.717Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:40.718Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:41.609Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e40a568-f247-45c2-97e9-4ab2937b99cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-25T23:00:41.610Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-25T23:00:41.610Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-25T23:00:41.727Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-25T23:00:41.727Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3e40a568-f247-45c2-97e9-4ab2937b99cb 200
2021-09-25T23:00:41.727Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-25T23:00:41.727Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-25T23:00:41.727Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:00:41.728Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:41.729Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:41.729Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610841727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:00:41.829Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:41.830Z||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-09-25T23:00:41.830Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:41.839Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:41.839Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:42.730Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4597e6d8-9f60-42dc-b043-8c52fd199f7e
2021-09-25T23:00:42.730Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f40d204a-8418-4d3c-968e-a211f12ee859 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=?
2021-09-25T23:00:42.743Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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-09-25T23:00:42.748Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.748Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.748Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-25T23:00:42.749Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 36849de8-6022-4988-b879-9ecb1fc2cf91
2021-09-25T23:00:42.749Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36849de8-6022-4988-b879-9ecb1fc2cf91 matches Tosca VF Customization UUID: 36849de8-6022-4988-b879-9ecb1fc2cf91
2021-09-25T23:00:42.749Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 36849de8-6022-4988-b879-9ecb1fc2cf91  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-09-25T23:00:42.751Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.751Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.751Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 36849de8-6022-4988-b879-9ecb1fc2cf91: {\"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-09-25T23:00:42.751Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d0b33c9
2021-09-25T23:00:42.751Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.751Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T23:00:42.752Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c85a93c4-0305-444f-b3d7-714e9ec77d34
2021-09-25T23:00:42.752Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c85a93c4-0305-444f-b3d7-714e9ec77d34
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-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.754Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-25T23:00:42.755Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-25T23:00:42.755Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f4eb13a5-c138-441c-be88-b1e60082d4f0
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-09-25T23:00:42.756Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.757Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:42.757Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T23:00:42.757Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.757Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T23:00:42.757Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36849de8-6022-4988-b879-9ecb1fc2cf91
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-09-25T23:00:42.758Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4597e6d8-9f60-42dc-b043-8c52fd199f7e: basic_cnf
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.759Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.760Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.760Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:00:42.760Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:00:42.760Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||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-09-25T23:00:42.809Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f40d204a-8418-4d3c-968e-a211f12ee859 1 ASDC deployResourceStructure
2021-09-25T23:00:42.810Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-25T23:00:42.810Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-25T23:00:42.810Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-25T23:00:42.810Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:42.812Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:42.812Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610842810,
  "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-09-25T23:00:42.912Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:42.913Z||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-09-25T23:00:42.913Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:42.921Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:42.922Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:43.813Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-25T23:00:43.813Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-25T23:00:43.813Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-25T23:00:43.813Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:43.814Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:43.815Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610843812,
  "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-09-25T23:00:43.915Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:43.915Z||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-09-25T23:00:43.915Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:43.924Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:43.925Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:44.815Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-25T23:00:44.815Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-25T23:00:44.816Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T23:00:44.816Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:44.817Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:44.817Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610844815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:44.918Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:44.919Z||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-09-25T23:00:44.919Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:44.928Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:44.928Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:45.818Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-25T23:00:45.819Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-25T23:00:45.819Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T23:00:45.819Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:45.820Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:45.820Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610845818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:45.921Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:45.922Z||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-09-25T23:00:45.922Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:45.928Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:45.928Z||pool-131-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:46.822Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-25T23:00:46.822Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-25T23:00:46.822Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T23:00:46.822Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:46.824Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:46.824Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610846822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:46.924Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:00:46.924Z||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-09-25T23:00:46.924Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:46.932Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:46.933Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:47.824Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-25T23:00:47.825Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-25T23:00:47.825Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T23:00:47.825Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:00:47.826Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:00:47.826Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610847824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:00:47.928Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-25T23:00:47.928Z||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-09-25T23:00:47.928Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:00:47.936Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:00:47.936Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:00:48.827Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 991734e1-2def-4566-a0e9-09100bb37e2c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:00:48.831Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 991734e1-2def-4566-a0e9-09100bb37e2c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:00:48.833Z|991734e1-2def-4566-a0e9-09100bb37e2c|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-09-25T23:00:48.835Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T23:01:18.835Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 991734e1-2def-4566-a0e9-09100bb37e2c 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-09-25T23:01:18.838Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 991734e1-2def-4566-a0e9-09100bb37e2c and serviceModelVersionId: 4597e6d8-9f60-42dc-b043-8c52fd199f7e
2021-09-25T23:01:18.838Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd
2021-09-25T23:01:18.838Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0
2021-09-25T23:01:18.842Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T23:01:18.866Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0|INFO|500||Invoke
2021-09-25T23:01:18.866Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[991734e1-2def-4566-a0e9-09100bb37e2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56c78e4a-5183-42c0-8cb4-09e883b14bfe], X-ECOMP-RequestID=[991734e1-2def-4566-a0e9-09100bb37e2c], X-TransactionId=[], X-ONAP-RequestID=[991734e1-2def-4566-a0e9-09100bb37e2c], Content-Type=[application/merge-patch+json]}
2021-09-25T23:01:18.880Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T23:01:19.229Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?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/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-23:01:18:886-1887], vertex-id=[266488], Content-Length=[0], Date=[Sat, 25 Sep 2021 23:01:18 GMT], Content-Type=[application/json]}
2021-09-25T23:01:19.229Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T23:01:19.230Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/882a94e0-e2df-4fbd-aa9e-f7fc0d1862bd/model-vers/model-ver/4597e6d8-9f60-42dc-b043-8c52fd199f7e?depth=0|INFO|500||InvokeReturn
2021-09-25T23:01:19.230Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T23:01:19.230Z|991734e1-2def-4566-a0e9-09100bb37e2c|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-09-25T23:01:19.235Z|991734e1-2def-4566-a0e9-09100bb37e2c|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-09-25T23:01:19.235Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 991734e1-2def-4566-a0e9-09100bb37e2c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T23:01:19.235Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T23:01:19.235Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:01:19.237Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:01:19.237Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610879235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:01:19.337Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:01:19.338Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:01:19.338Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:01:19.350Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:01:19.350Z||pool-134-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-09-25T23:01:20.244Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:01:20.244Z|991734e1-2def-4566-a0e9-09100bb37e2c|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-09-25T23:01:20.244Z|991734e1-2def-4566-a0e9-09100bb37e2c|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:01:30.446Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:01:30.447Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:01:30.447Z|991734e1-2def-4566-a0e9-09100bb37e2c|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-09-25T23:01:30.447Z|991734e1-2def-4566-a0e9-09100bb37e2c|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:01:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:01:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:01:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:01:32.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:01:32.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.146Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610712525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJqwl5r9euxm8t18jwbex/1.0/artifacts/service-DemoPnfJqwl5r9euxm8t18jwbex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35c36773-e176-48ed-a9a8-df6439cecb28",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610744034,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.147Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:01:32.148Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:01:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610759135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:01:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:01:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:01:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610760812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:01:32.149Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:01:39.984Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:01:39.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:01:39.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:01:39.985Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:01:49.527Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:01:49.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:01:49.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:01:49.528Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:01:59.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:01:59.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:01:59.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:01:59.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:02:08.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:02:08.603Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:02:08.603Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:02:08.603Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:02:18.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:02:18.147Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:02:18.147Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:02:18.147Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:02:27.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:02:32.126Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:02:32.127Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:02:32.127Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:02:32.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:02:32.129Z||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-09-25T23:02:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:02:32.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:02:32.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da45c85f-9e1e-4b47-8854-b18cd7eaeaca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610822006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610745042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:02:32.149Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:02:41.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:03:32.126Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:03:32.127Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:03:32.127Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:03:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:03:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:03:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:03:32.651Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:03:32.651Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.651Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610833419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610836226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610837916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610839428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.652Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610840606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610841727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610842810,
  "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-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610843812,
  "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-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610844815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610845818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610846822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.653Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.654Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610847824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:03:32.654Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:32.654Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T23:03:32.654Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "991734e1-2def-4566-a0e9-09100bb37e2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632610879235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:03:32.654Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:03:41.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:04:32.126Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:04:32.127Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:04:32.127Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:04:32.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:04:32.129Z||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-09-25T23:04:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:04:41.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:04:41.673Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:32.126Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:05:32.127Z||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-09-25T23:05:32.127Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:05:32.129Z||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-09-25T23:05:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:39.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:39.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T23:05:39.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a91dbed1-d79f-475a-b5fe-abc26d4f5f1f","serviceName":"Demo_pNF_WycFZ0DStWtfZNh2FuCg","serviceVersion":"1.0","serviceUUID":"b58ccc72-987c-47d9-9ff8-177b39f65529","serviceDescription":"catalog service description","serviceInvariantUUID":"e7e4a308-121f-4c3e-a7a6-f58607ee4df9","resources":[{"resourceInstanceName":"pNF 6abae941-ec8b 0","resourceName":"pNF 6abae941-ec8b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4c39b0c1-cfd8-4dde-9e77-128f9f462d26","resourceInvariantUUID":"d66635ed-1e79-4fa9-bc5c-3903e514c6c7","resourceCustomizationUUID":"fc2fb4c2-55db-4317-b0d1-85db69908d8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml","artifactChecksum":"YTJlZDQ2NWRiMzgyNzhlMzAyOTAxMjAxMDE3NzFmN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92a6edbd-6693-4428-b459-7d92f1396586","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar","artifactChecksum":"ZTViMDhlOTU5MTU5YjFjMTcxMDJiMGNmNTI4MTFiZTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4090511-9304-42c4-8fbe-7fd21db19656","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9344795b-3e20-4178-be22-f9db77f3f6ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDFmNGVjMDk2MzE5YjlmNDUzMGRjYmFiNjU3ZDQ1M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35cb1638-9ad2-4e89-9ee2-4982b9ff854a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67279077-78ce-4e9d-a009-7995a1b71739","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a1b7b9b-4cef-4ffd-827b-3bf4d3a89424","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWycfz0dstwtfznh2fucg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml","artifactChecksum":"ODc5OTgxMGQxMzQzYzc3YzhlNGJkNjI3ODk1MThhYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feade5b6-baab-4f92-a5ae-3631639b85aa","artifactVersion":"1"},{"artifactName":"service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar","artifactChecksum":"YmVjYzNlNDU5MzJkMTVmMDllMzZlOGY1Y2YyODMzMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9405c5f5-444d-4480-bb93-28a9a43508ac","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T23:05:39.849Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:39.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:39.851Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:39.851Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:39.951Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:39.952Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:39.952Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:39.960Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:39.961Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:40.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:40.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:05:40.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:40.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:05:40.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:40.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:40.854Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:40.854Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:40.954Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:40.954Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:40.955Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:40.962Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:40.962Z||pool-136-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:41.854Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:41.855Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:41.857Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:41.857Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:41.957Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:41.958Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:41.958Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:41.965Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:41.965Z||pool-137-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-25T23:05:42.858Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:42.858Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:42.860Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:42.860Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:42.960Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:42.961Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:42.961Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:42.968Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:42.968Z||pool-138-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:43.860Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:43.861Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:43.863Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:43.863Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:43.963Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:43.963Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:43.964Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:43.971Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:43.971Z||pool-139-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:44.863Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:44.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:44.865Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:44.865Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:44.966Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:44.966Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:44.966Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:44.974Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:44.974Z||pool-140-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:45.866Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:45.867Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:45.868Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:45.868Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:05:45.968Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:45.969Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:45.969Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:45.978Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:45.979Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:46.869Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T23:05:46.869Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:46.871Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:46.871Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:05:46.971Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:46.972Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:46.972Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:46.979Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:46.979Z||pool-142-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:47.874Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "serviceName": "Demo_pNF_WycFZ0DStWtfZNh2FuCg",
  "serviceVersion": "1.0",
  "serviceUUID": "b58ccc72-987c-47d9-9ff8-177b39f65529",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7e4a308-121f-4c3e-a7a6-f58607ee4df9",
  "resources": [
    {
      "resourceInstanceName": "pNF 6abae941-ec8b 0",
      "resourceCustomizationUUID": "fc2fb4c2-55db-4317-b0d1-85db69908d8b",
      "resourceName": "pNF 6abae941-ec8b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4c39b0c1-cfd8-4dde-9e77-128f9f462d26",
      "resourceInvariantUUID": "d66635ed-1e79-4fa9-bc5c-3903e514c6c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
      "artifactChecksum": "YmVjYzNlNDU5MzJkMTVmMDllMzZlOGY1Y2YyODMzMzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9405c5f5-444d-4480-bb93-28a9a43508ac"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T23:05:47.874Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T23:05:47.874Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b58ccc72-987c-47d9-9ff8-177b39f65529 ASDC
2021-09-25T23:05:47.875Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
ServiceName:Demo_pNF_WycFZ0DStWtfZNh2FuCg
ServiceVersion:1.0
ServiceUUID:b58ccc72-987c-47d9-9ff8-177b39f65529
ServiceInvariantUUID:e7e4a308-121f-4c3e-a7a6-f58607ee4df9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
ArtifactUUID:9405c5f5-444d-4480-bb93-28a9a43508ac
ArtifactChecksum:YmVjYzNlNDU5MzJkMTVmMDllMzZlOGY1Y2YyODMzMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6abae941-ec8b 0
ResourceCustomizationUUID:fc2fb4c2-55db-4317-b0d1-85db69908d8b
ResourceInvariantUUID:d66635ed-1e79-4fa9-bc5c-3903e514c6c7
ResourceName:pNF 6abae941-ec8b
ResourceType:PNF
ResourceUUID:4c39b0c1-cfd8-4dde-9e77-128f9f462d26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T23:05:47.875Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b58ccc72-987c-47d9-9ff8-177b39f65529 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-09-25T23:05:47.899Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T23:05:47.899Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T23:05:47.899Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T23:05:47.900Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9405c5f5-444d-4480-bb93-28a9a43508ac from URL: /sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:47.900Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T23:05:47.900Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:48.349Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T23:05:48.352Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar 9405c5f5-444d-4480-bb93-28a9a43508ac 83327
2021-09-25T23:05:48.353Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar ASDC sendASDCNotification
2021-09-25T23:05:48.353Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:48.353Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T23:05:48.353Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:48.354Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:48.354Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611148352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:05:48.454Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:48.455Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:48.455Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:48.464Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:48.464Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:49.355Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T23:05:49.356Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T23:05:49.356Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9405c5f5-444d-4480-bb93-28a9a43508ac, URL: /sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar to file: /app/ASDC/1/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:49.356Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:49.356Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:49.357Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:49.478Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2903199317208101404/Definitions/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6abae941-ec8b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6abae941-ec8b 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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.041Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Node template pNF 6abae941-ec8b 0 is matching search criteria
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6abae941-ec8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.042Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Node template pNF 6abae941-ec8b 0 is matching search criteria
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6abae941-ec8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.043Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.044Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.044Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WycFZ0DStWtfZNh2FuCg
Description:catalog service description
Model UUID:b58ccc72-987c-47d9-9ff8-177b39f65529
Model Version:NULL
Model InvariantUuid:e7e4a308-121f-4c3e-a7a6-f58607ee4df9
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-09-25T23:05:50.051Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4c39b0c1-cfd8-4dde-9e77-128f9f462d26
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-09-25T23:05:50.053Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||pNF 6abae941-ec8b 0
2021-09-25T23:05:50.053Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4c39b0c1-cfd8-4dde-9e77-128f9f462d26
2021-09-25T23:05:50.053Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b58ccc72-987c-47d9-9ff8-177b39f65529
2021-09-25T23:05:50.053Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b58ccc72-987c-47d9-9ff8-177b39f65529
2021-09-25T23:05:50.053Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6abae941-ec8b 0 4c39b0c1-cfd8-4dde-9e77-128f9f462d26 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-09-25T23:05:50.057Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.057Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.058Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b58ccc72-987c-47d9-9ff8-177b39f65529: pNF 6abae941-ec8b
2021-09-25T23:05:50.058Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Processing PNF resource: 4c39b0c1-cfd8-4dde-9e77-128f9f462d26
2021-09-25T23:05:50.058Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T23:05:50.058Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WycFZ0DStWtfZNh2FuCg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T23:05:50.058Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||Resource customization UUID: fc2fb4c2-55db-4317-b0d1-85db69908d8b is the same as notified resource customizationUUID: fc2fb4c2-55db-4317-b0d1-85db69908d8b
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-09-25T23:05:50.086Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6abae941-ec8b 4c39b0c1-cfd8-4dde-9e77-128f9f462d26 0 ASDC deployResourceStructure
2021-09-25T23:05:50.086Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar ASDC sendASDCNotification
2021-09-25T23:05:50.086Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar
2021-09-25T23:05:50.087Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T23:05:50.087Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:05:50.088Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:05:50.088Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611150086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:05:50.188Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:05:50.189Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:05:50.189Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:05:50.198Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:05:50.198Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T23:05:51.089Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:05:51.098Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:05:51.099Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:05:51.099Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T23:05:51.100Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T23:06:21.100Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:06:21.110Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:06:21.111Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:06:21.111Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T23:06:21.111Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T23:06:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:06:32.129Z||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-09-25T23:06:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:06:32.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:06:32.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:06:32.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:06:32.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:06:51.112Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:06:51.122Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:06:51.124Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:06:51.124Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T23:06:51.124Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T23:07:21.124Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:07:21.133Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:07:21.135Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:07:21.135Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T23:07:21.135Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T23:07:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:07:32.129Z||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-09-25T23:07:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:07:32.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:07:32.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:07:32.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:07:32.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:07:32.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:07:32.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:07:32.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:07:51.135Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:07:51.147Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:07:51.149Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:07:51.149Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T23:07:51.149Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T23:08:21.149Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:08:21.161Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:08:21.163Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:08:21.163Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T23:08:21.163Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T23:08:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:08:32.129Z||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-09-25T23:08:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:08:32.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632611134832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611132126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "dcae-sch",
  "timestamp": 1632611139252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611135938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611139542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611148352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611148343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611149346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611142387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611150086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:08:32.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611142669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "policy-id",
  "timestamp": 1632611150349,
  "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-09-25T23:08:32.676Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
2021-09-25T23:08:32.676Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611152182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611153180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "cds",
  "timestamp": 1632611153187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-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-09-25T23:08:32.691Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
2021-09-25T23:08:32.691Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:08:32.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611145660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611153883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1632611146475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611154194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1632611146961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632611155196,
  "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-09-25T23:08:32.704Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
2021-09-25T23:08:32.704Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:08:32.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611155230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611155894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "clamp",
  "timestamp": 1632611156897,
  "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-09-25T23:08:32.716Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
2021-09-25T23:08:32.716Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:08:32.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611159920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:08:32.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "aai-ml",
  "timestamp": 1632611160922,
  "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-09-25T23:08:32.729Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
2021-09-25T23:08:32.729Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/resourceInstances/pnf6abae941ec8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611155458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611164995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611166545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWycfz0dstwtfznh2fucg/1.0/artifacts/service-DemoPnfWycfz0dstwtfznh2fucg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:08:32.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632611167549,
  "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-09-25T23:08:32.742Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
2021-09-25T23:08:32.742Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:08:51.163Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-25T23:08:51.174Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09-25T23:08:51.176Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T23:08:51.177Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:08:51.182Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T23:09:21.182Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f 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-09-25T23:09:21.188Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a91dbed1-d79f-475a-b5fe-abc26d4f5f1f and serviceModelVersionId: b58ccc72-987c-47d9-9ff8-177b39f65529
2021-09-25T23:09:21.188Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7e4a308-121f-4c3e-a7a6-f58607ee4df9
2021-09-25T23:09:21.189Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7e4a308-121f-4c3e-a7a6-f58607ee4df9/model-vers/model-ver/b58ccc72-987c-47d9-9ff8-177b39f65529?depth=0
2021-09-25T23:09:21.193Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T23:09:21.218Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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/e7e4a308-121f-4c3e-a7a6-f58607ee4df9/model-vers/model-ver/b58ccc72-987c-47d9-9ff8-177b39f65529?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-09-25T23:09:21.219Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7e4a308-121f-4c3e-a7a6-f58607ee4df9/model-vers/model-ver/b58ccc72-987c-47d9-9ff8-177b39f65529?depth=0|INFO|500||Invoke
2021-09-25T23:09:21.235Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7e4a308-121f-4c3e-a7a6-f58607ee4df9/model-vers/model-ver/b58ccc72-987c-47d9-9ff8-177b39f65529?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T23:09:21.311Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7e4a308-121f-4c3e-a7a6-f58607ee4df9/model-vers/model-ver/b58ccc72-987c-47d9-9ff8-177b39f65529?depth=0|INFO|500||InvokeReturn
2021-09-25T23:09:21.312Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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/e7e4a308-121f-4c3e-a7a6-f58607ee4df9/model-vers/model-ver/b58ccc72-987c-47d9-9ff8-177b39f65529?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-23:09:21:241-66854], vertex-id=[516224], Content-Length=[0], Date=[Sat, 25 Sep 2021 23:09:21 GMT], Content-Type=[application/json]}
2021-09-25T23:09:21.312Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T23:09:21.312Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T23:09:21.312Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:09:21.316Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:09:21.316Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a91dbed1-d79f-475a-b5fe-abc26d4f5f1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T23:09:21.316Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T23:09:21.316Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T23:09:21.318Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T23:09:21.318Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611361316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:09:21.418Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T23:09:21.419Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T23:09:21.419Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:09:21.431Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:09:21.432Z||pool-145-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-09-25T23:09:22.330Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:09:22.330Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:09:22.331Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:09:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:09:32.129Z||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-09-25T23:09:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:09:32.532Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:09:32.532Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:09:32.532Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:09:32.533Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:09:32.751Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:09:32.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T23:09:32.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a91dbed1-d79f-475a-b5fe-abc26d4f5f1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632611361316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T23:09:32.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T23:09:42.071Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:09:42.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:09:42.072Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:09:42.072Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:09:51.607Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:09:51.608Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:09:51.609Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:09:51.609Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:10:01.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:10:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:10:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:10:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:10:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:10:32.129Z||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-09-25T23:10:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:10:41.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:10:41.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:11:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:11:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:11:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:11:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:11:32.129Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:11:32.129Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:11:41.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:11:41.676Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:12:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:12:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:12:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:12:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:12:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:12:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:12:41.670Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:12:41.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:13:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:13:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:13:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:13:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:13:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:13:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:13:41.670Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:13:41.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:14:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:14:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:14:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:14:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:14:32.128Z||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-09-25T23:14:32.128Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:14:41.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:14:41.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:15:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:15:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:15:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:15:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:15:32.129Z||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-09-25T23:15:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:15:41.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:15:41.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:16:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:16:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:16:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:16:32.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:16:32.129Z||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-09-25T23:16:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:16:41.669Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:16:41.670Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:17:32.126Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:17:32.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T23:17:32.127Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SgWIOT87BVlT9Lnd) ...
2021-09-25T23:17:32.128Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:17:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:17:32.129Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:17:41.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:17:41.672Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:18:32.126Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:18:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:18:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:18:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:18:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:18:32.129Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:18:41.668Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:18:41.671Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:19:32.126Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:19:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:19:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:19:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:19:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:19:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:19:41.670Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:19:41.674Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:20:32.126Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:20:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:20:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:20:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:20:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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-09-25T23:20:32.128Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:20:41.666Z|a91dbed1-d79f-475a-b5fe-abc26d4f5f1f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:20:41.670Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:21:32.126Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:21:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:21:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:21:32.128Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:21:32.128Z|991734e1-2def-4566-a0e9-09100bb37e2c|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-09-25T23:21:32.128Z|991734e1-2def-4566-a0e9-09100bb37e2c|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:21:41.669Z|991734e1-2def-4566-a0e9-09100bb37e2c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:21:41.672Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:22:32.126Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:22:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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-09-25T23:22:32.127Z|f53413a6-f971-4242-b670-a21c44f494ed|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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:22:32.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T23:22:32.129Z||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-09-25T23:22:32.129Z||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 SgWIOT87BVlT9Lnd) ...
2021-09-25T23:22:41.672Z|f53413a6-f971-4242-b670-a21c44f494ed|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T23:22:41.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK