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-07-05T23:35:47.521Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-vvwfk with PID 14 (/app/app.jar started by so in /app)
2021-07-05T23:35:47.527Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-05T23:35:47.527Z||main|||||INFO|500||The following profiles are active: basic
2021-07-05T23:35:54.442Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-05T23:35:54.443Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-05T23:35:54.524Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-05T23:35:55.989Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-05T23:35:56.183Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-05T23:35:56.487Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-05T23:35:56.494Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-05T23:35:56.594Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-05T23:35:56.718Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-05T23:35:57.134Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-05T23:35:58.083Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-05T23:36:00.031Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-05T23:36:00.072Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-05T23:36:00.574Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-05T23:36:00.685Z||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-07-05T23:36:01.804Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-05T23:36:02.682Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-07-05T23:36:02.698Z||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$$eba79929.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-07-05T23:36:02.699Z||main|||||WARN|500||The sdc end point is not alive
2021-07-05T23:36:04.750Z||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-07-05T23:36:06.844Z||main|||||WARN|500||---
2021-07-05T23:36:06.844Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-05T23:36:06.845Z||main|||||WARN|500||---
2021-07-05T23:36:07.099Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-05T23:36:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-05T23:36:09.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-05T23:36:09.919Z||main|||||INFO|500||Started Application in 24.249 seconds (JVM running for 25.33)
2021-07-05T23:36:09.928Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-05T23:36:09.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-05T23:36:10.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 288609a0-dfb5-43c6-acc6-4d9d29ff6d06 url= /sdc/v1/artifactTypes
2021-07-05T23:36:10.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-05T23:36:10.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-05T23:36:10.288Z||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-07-05T23:36:10.307Z||scheduling-1|||||DEBUG|500||create keys
2021-07-05T23:36:10.318Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-05T23:36:10.344Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:36:10.362Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1463bb7a-49a2-42c5-b482-b452c09f29c3 url= /sdc/v1/registerForDistribution
2021-07-05T23:36:10.553Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1463bb7a-49a2-42c5-b482-b452c09f29c3 url= /sdc/v1/registerForDistribution
2021-07-05T23:36:10.554Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-05T23:36:10.562Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:36:10.562Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:36:10.566Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-05T23:36:10.567Z||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-07-05T23:36:10.567Z||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-07-05T23:36:10.567Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:36:10.567Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:36:20.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:36:20.809Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:37:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:37:10.561Z||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-07-05T23:37:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:37:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:37:10.562Z||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-07-05T23:37:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:37:20.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:37:20.126Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:38:10.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:38:10.561Z||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-07-05T23:38:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:38:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:38:10.562Z||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-07-05T23:38:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:38:20.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:38:20.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:39:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:39:10.561Z||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-07-05T23:39:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:39:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:39:10.562Z||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-07-05T23:39:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:39:20.112Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:39:20.112Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:40:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:40:10.561Z||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-07-05T23:40:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:40:10.562Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:40:10.563Z||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-07-05T23:40:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:40:20.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:40:20.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:41:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:41:10.561Z||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-07-05T23:41:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:41:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:41:10.562Z||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-07-05T23:41:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:41:20.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:41:20.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:42:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:42:10.561Z||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-07-05T23:42:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:42:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:42:10.562Z||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-07-05T23:42:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:42:20.112Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:42:20.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:43:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:43:10.561Z||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-07-05T23:43:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:43:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:43:10.562Z||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-07-05T23:43:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:43:20.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:43:20.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:44:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:44:10.561Z||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-07-05T23:44:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:44:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:44:10.562Z||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-07-05T23:44:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:44:20.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:44:20.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:45:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:45:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-05T23:45:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:45:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:45:10.562Z||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-07-05T23:45:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:45:20.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:45:20.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:46:00.559Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-05T23:46:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:46:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-05T23:46:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:46:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:46:10.562Z||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-07-05T23:46:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:46:20.113Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:46:20.114Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:47:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:47:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-05T23:47:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:47:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:47:10.562Z||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-07-05T23:47:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:47:20.109Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:47:20.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:48:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:48:10.561Z||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-07-05T23:48:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:48:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:48:10.562Z||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-07-05T23:48:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:48:20.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:48:20.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:49:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:49:10.561Z||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-07-05T23:49:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:49:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:49:10.562Z||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-07-05T23:49:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:49:20.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:49:20.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:50:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:50:10.561Z||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-07-05T23:50:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:50:10.562Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:50:10.562Z||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-07-05T23:50:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:50:20.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:50:20.113Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:51:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:51:10.561Z||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-07-05T23:51:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:51:10.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:51:10.562Z||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-07-05T23:51:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:51:20.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:51:20.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:52:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:52:10.561Z||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-07-05T23:52:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:52:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:52:10.562Z||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-07-05T23:52:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:52:20.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:52:20.114Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:53:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:53:10.561Z||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-07-05T23:53:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:53:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:53:10.562Z||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-07-05T23:53:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:53:20.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:53:20.110Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:54:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:54:10.561Z||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-07-05T23:54:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:54:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:54:10.562Z||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-07-05T23:54:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:54:20.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:54:20.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:55:10.563Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:55:10.562Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:55:10.566Z||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-07-05T23:55:10.566Z||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-07-05T23:55:10.566Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:55:10.566Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:55:20.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:55:20.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:56:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:56:10.561Z||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-07-05T23:56:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:56:10.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:56:10.562Z||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-07-05T23:56:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:56:20.113Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:56:20.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:57:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:57:10.561Z||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-07-05T23:57:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:57:10.562Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:57:10.562Z||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-07-05T23:57:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:57:20.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:57:20.136Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:58:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:58:10.561Z||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-07-05T23:58:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:58:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:58:10.562Z||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-07-05T23:58:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:58:20.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:58:20.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:59:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:59:10.561Z||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-07-05T23:59:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:59:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:59:10.562Z||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-07-05T23:59:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:59:20.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-05T23:59:20.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:00:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:00:10.561Z||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-07-06T00:00:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:00:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:00:10.562Z||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-07-06T00:00:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:00:20.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:00:20.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:01:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:01:10.561Z||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-07-06T00:01:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:01:10.562Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:01:10.562Z||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-07-06T00:01:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:01:20.109Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:01:20.113Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:02:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:02:10.561Z||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-07-06T00:02:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:02:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:02:10.562Z||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-07-06T00:02:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:02:20.111Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:02:20.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:03:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:03:10.561Z||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-07-06T00:03:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:03:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:03:10.562Z||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-07-06T00:03:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:03:20.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:03:20.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:04:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:04:10.561Z||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-07-06T00:04:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:04:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:04:10.562Z||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-07-06T00:04:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:04:20.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:04:20.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:05:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:05:10.561Z||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-07-06T00:05:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:05:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:05:10.562Z||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-07-06T00:05:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:05:20.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:05:20.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:06:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:06:10.561Z||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-07-06T00:06:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:06:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:06:10.562Z||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-07-06T00:06:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:06:20.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:06:20.113Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:07:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:07:10.561Z||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-07-06T00:07:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:07:10.562Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:07:10.562Z||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-07-06T00:07:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:07:20.107Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:07:20.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:08:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:08:10.561Z||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-07-06T00:08:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:08:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:08:10.562Z||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-07-06T00:08:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:08:20.108Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:08:20.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:09:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:09:10.561Z||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-07-06T00:09:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:09:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:09:10.562Z||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-07-06T00:09:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:09:20.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:09:20.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:10:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:10:10.561Z||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-07-06T00:10:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:10:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:10:10.562Z||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-07-06T00:10:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:10:20.113Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:10:20.113Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:11:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:11:10.561Z||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-07-06T00:11:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:11:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:11:10.562Z||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-07-06T00:11:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:11:20.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:11:20.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:12:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:12:10.561Z||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-07-06T00:12:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:12:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:12:10.562Z||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-07-06T00:12:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:12:20.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:12:20.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:13:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:13:10.561Z||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-07-06T00:13:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:13:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:13:10.562Z||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-07-06T00:13:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:13:20.112Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:13:20.112Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:14:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:14:10.561Z||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-07-06T00:14:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:14:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:14:10.562Z||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-07-06T00:14:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:14:20.112Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:14:20.112Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:15:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:15:10.561Z||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-07-06T00:15:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:15:10.562Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:15:10.562Z||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-07-06T00:15:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:15:20.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:15:20.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:16:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:16:10.561Z||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-07-06T00:16:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:16:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:16:10.562Z||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-07-06T00:16:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:16:20.114Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:16:20.115Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:17:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:17:10.561Z||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-07-06T00:17:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:17:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:17:10.562Z||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-07-06T00:17:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:17:20.116Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:17:20.116Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:18:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:18:10.560Z||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-07-06T00:18:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:18:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:18:10.562Z||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-07-06T00:18:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:18:20.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:18:20.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:19:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:19:10.561Z||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-07-06T00:19:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:19:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:19:10.562Z||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-07-06T00:19:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:19:20.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:19:20.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:20:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:20:10.561Z||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-07-06T00:20:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:20:10.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:20:10.562Z||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-07-06T00:20:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:20:20.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:20:20.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:21:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:21:10.561Z||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-07-06T00:21:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:21:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:21:10.562Z||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-07-06T00:21:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:21:20.106Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:21:20.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:22:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:22:10.561Z||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-07-06T00:22:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:22:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:22:10.562Z||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-07-06T00:22:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:22:20.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:22:20.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:23:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:23:10.561Z||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-07-06T00:23:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:23:10.562Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:23:10.562Z||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-07-06T00:23:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:23:20.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:23:20.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:24:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:24:10.561Z||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-07-06T00:24:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:24:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:24:10.562Z||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-07-06T00:24:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:24:20.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:24:20.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:25:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:25:10.561Z||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-07-06T00:25:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:25:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:25:10.562Z||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-07-06T00:25:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:25:20.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:25:20.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:26:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:26:10.561Z||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-07-06T00:26:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:26:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:26:10.562Z||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-07-06T00:26:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:26:20.108Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:26:20.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:27:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:27:10.561Z||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-07-06T00:27:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:27:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:27:10.562Z||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-07-06T00:27:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:27:20.106Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:27:20.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:28:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:28:10.561Z||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-07-06T00:28:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:28:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:28:10.562Z||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-07-06T00:28:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:28:20.106Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:28:20.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:29:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:29:10.561Z||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-07-06T00:29:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:29:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:29:10.562Z||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-07-06T00:29:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:29:20.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:29:20.112Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:30:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:30:10.561Z||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-07-06T00:30:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:30:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:30:10.562Z||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-07-06T00:30:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:30:20.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:30:20.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:31:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:31:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:31:10.562Z||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-07-06T00:31:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:31:10.562Z||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-07-06T00:31:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:31:20.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:31:20.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:32:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:32:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:32:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:32:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:32:10.562Z||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-07-06T00:32:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:32:20.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:32:20.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:33:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:33:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:33:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:33:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:33:10.562Z||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-07-06T00:33:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:33:20.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:33:20.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:34:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:34:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:34:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:34:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:34:10.562Z||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-07-06T00:34:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:34:20.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:34:20.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:35:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:35:10.560Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:35:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:35:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:35:10.562Z||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-07-06T00:35:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:35:20.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:35:20.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:36:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:36:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:36:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:36:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:36:10.562Z||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-07-06T00:36:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:36:20.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:36:20.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:37:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:37:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:37:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:37:10.562Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:37:10.562Z||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-07-06T00:37:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:37:20.108Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:37:20.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:38:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:38:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:38:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:38:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:38:10.562Z||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-07-06T00:38:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:38:20.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:38:20.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:39:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:39:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:39:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:39:10.562Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:39:10.562Z||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-07-06T00:39:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:39:20.112Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:39:20.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:40:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:40:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:40:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:40:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:40:10.562Z||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-07-06T00:40:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:40:20.132Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:40:20.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:41:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:41:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:41:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:41:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:41:10.562Z||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-07-06T00:41:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:41:20.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:41:20.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:42:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:42:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:42:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:42:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:42:10.562Z||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-07-06T00:42:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:42:20.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:42:20.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:43:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:43:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:43:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:43:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:43:10.562Z||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-07-06T00:43:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:43:20.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:43:20.113Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:44:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:44:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:44:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:44:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:44:10.562Z||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-07-06T00:44:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:44:20.105Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:44:20.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:45:10.561Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:45:10.561Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:45:10.562Z||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-07-06T00:45:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:11.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:11.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"88382b11-915d-443e-84f5-830afa4ab94d","serviceName":"vFW 2021-07-06 00-41-34","serviceVersion":"1.0","serviceUUID":"7671666d-2792-4791-a39d-2c5b4973de92","serviceDescription":"catalog service description","serviceInvariantUUID":"65622b75-c47d-47df-b5df-a0f6c54cddb6","resources":[{"resourceInstanceName":"vFW 8b49947a-97fd 0","resourceName":"vFW 8b49947a-97fd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4414878c-525f-4795-bd64-98d660582ec1","resourceInvariantUUID":"792cf463-304c-4671-bd1a-46c837f72a2d","resourceCustomizationUUID":"4e8d2797-89d0-4b4a-a79c-c9eff8a941c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml","artifactChecksum":"MDFiZjAwZDliZWFhOTkxOWExODMxMTE3OGYxYzE1Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c16111e-ac8c-4923-bc78-8e382318e16d","artifactVersion":"1"},{"artifactName":"vfw8b49947a97fd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json","artifactChecksum":"NjljOTA2ZTAxZTg2MjVjMTdkNGNlYzZhYzk0NmE1NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b7ad4ab-5fc9-4b46-ab73-e18693866859","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0f4b939-abb9-48ec-879b-63fa0ae44670","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml","artifactChecksum":"YzMzODRkZGUxOTNmNWFmZjAyMWFhNzU5M2JlNTQ3YjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3378d589-bf0b-4366-8c88-22dc283ae487","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee41c6ad-d096-415b-9e8c-cdda844a0891","artifactVersion":"2","generatedFromUUID":"a0f4b939-abb9-48ec-879b-63fa0ae44670"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210706004134-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml","artifactChecksum":"Y2NlMmNlYTNlODJiMDdjZDg5ZjdlZWU1Y2NiMmI3NGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a319564b-bfb0-43bb-8674-f4cc296d7f64","artifactVersion":"1"},{"artifactName":"service-Vfw20210706004134-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar","artifactChecksum":"ZGY1YWMwMzE1MDQ0MmNjNzcxYTY4N2RmM2YyNzdiMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cca8b8c-4ce8-4aee-9f86-19228cb4587f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:45:11.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:11.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.201Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:11.206Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:11.214Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:11.214Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "dcae-sch",
  "timestamp": 1625532283611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532281743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532277022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532284437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532281646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532294638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532294714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532294713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532288328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532288598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532296431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532296551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532296541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532297059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532297716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532297835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532297821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "cds",
  "timestamp": 1625532298073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-07-06T00:45:11.314Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-06T00:45:11.319Z||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-07-06T00:45:11.319Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:11.329Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:11.330Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:45:11.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.472Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532298840,
  "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-07-06T00:45:11.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532298830,
  "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-07-06T00:45:11.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532299844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532299836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532299884,
  "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-07-06T00:45:11.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532300888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532295627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532304419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532305996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "clamp",
  "timestamp": 1625532307002,
  "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-07-06T00:45:11.558Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532307336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:45:12.218Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:12.219Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:12.220Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:12.220Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:45:12.320Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:12.321Z||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-07-06T00:45:12.321Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:12.333Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:12.333Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:13.221Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:13.222Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:13.223Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:13.223Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:45:13.323Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T00:45:13.324Z||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-07-06T00:45:13.324Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:13.334Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:13.334Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:14.224Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:14.225Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:14.226Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:14.226Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:14.327Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:14.327Z||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-07-06T00:45:14.327Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:14.338Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:14.339Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:15.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:15.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:15.229Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:15.229Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-06T00:45:15.330Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:15.330Z||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-07-06T00:45:15.330Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:15.340Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:15.340Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:16.230Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:16.230Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:16.232Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:16.232Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:45:16.332Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:16.333Z||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-07-06T00:45:16.333Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:16.345Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:16.345Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:17.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:17.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:17.235Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:17.235Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:45:17.335Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:17.336Z||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-07-06T00:45:17.336Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:17.347Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:17.347Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:18.238Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "serviceName": "vFW 2021-07-06 00-41-34",
  "serviceVersion": "1.0",
  "serviceUUID": "7671666d-2792-4791-a39d-2c5b4973de92",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "65622b75-c47d-47df-b5df-a0f6c54cddb6",
  "resources": [
    {
      "resourceInstanceName": "vFW 8b49947a-97fd 0",
      "resourceCustomizationUUID": "4e8d2797-89d0-4b4a-a79c-c9eff8a941c4",
      "resourceName": "vFW 8b49947a-97fd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4414878c-525f-4795-bd64-98d660582ec1",
      "resourceInvariantUUID": "792cf463-304c-4671-bd1a-46c837f72a2d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8b49947a97fd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
          "artifactChecksum": "NjljOTA2ZTAxZTg2MjVjMTdkNGNlYzZhYzk0NmE1NDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6b7ad4ab-5fc9-4b46-ab73-e18693866859",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a0f4b939-abb9-48ec-879b-63fa0ae44670",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ee41c6ad-d096-415b-9e8c-cdda844a0891",
            "generatedFromUUID": "a0f4b939-abb9-48ec-879b-63fa0ae44670"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ee41c6ad-d096-415b-9e8c-cdda844a0891",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210706004134-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
      "artifactChecksum": "ZGY1YWMwMzE1MDQ0MmNjNzcxYTY4N2RmM2YyNzdiMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8cca8b8c-4ce8-4aee-9f86-19228cb4587f"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T00:45:18.239Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:45:18.239Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7671666d-2792-4791-a39d-2c5b4973de92 ASDC
2021-07-06T00:45:18.340Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:88382b11-915d-443e-84f5-830afa4ab94d
ServiceName:vFW 2021-07-06 00-41-34
ServiceVersion:1.0
ServiceUUID:7671666d-2792-4791-a39d-2c5b4973de92
ServiceInvariantUUID:65622b75-c47d-47df-b5df-a0f6c54cddb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210706004134-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
ArtifactUUID:8cca8b8c-4ce8-4aee-9f86-19228cb4587f
ArtifactChecksum:ZGY1YWMwMzE1MDQ0MmNjNzcxYTY4N2RmM2YyNzdiMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8b49947a-97fd 0
ResourceCustomizationUUID:4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
ResourceInvariantUUID:792cf463-304c-4671-bd1a-46c837f72a2d
ResourceName:vFW 8b49947a-97fd
ResourceType:VF
ResourceUUID:4414878c-525f-4795-bd64-98d660582ec1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8b49947a97fd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
ArtifactUUID:6b7ad4ab-5fc9-4b46-ab73-e18693866859
ArtifactChecksum:NjljOTA2ZTAxZTg2MjVjMTdkNGNlYzZhYzk0NmE1NDM=
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/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
ArtifactUUID:a0f4b939-abb9-48ec-879b-63fa0ae44670
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/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
ArtifactUUID:ee41c6ad-d096-415b-9e8c-cdda844a0891
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/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
ArtifactUUID:ee41c6ad-d096-415b-9e8c-cdda844a0891
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-06T00:45:18.340Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7671666d-2792-4791-a39d-2c5b4973de92 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-07-06T00:45:18.390Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:45:18.391Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:45:18.392Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:45:18.392Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8cca8b8c-4ce8-4aee-9f86-19228cb4587f from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:18.392Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:18.394Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:18.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:18.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar 8cca8b8c-4ce8-4aee-9f86-19228cb4587f 110200
2021-07-06T00:45:18.771Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar ASDC sendASDCNotification
2021-07-06T00:45:18.771Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:18.772Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:18.773Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:18.774Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:18.774Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532318770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:18.874Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:18.875Z||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-07-06T00:45:18.875Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:18.885Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:18.886Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:19.775Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:45:19.776Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:45:19.776Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8cca8b8c-4ce8-4aee-9f86-19228cb4587f, URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar to file: /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:19.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210706004134-csar.csar
2021-07-06T00:45:19.887Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:19.887Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:20.303Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6214923351688408389/Definitions/service-Vfw20210706004134-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-07-06T00:45:22.871Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b49947a-97fd 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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b49947a-97fd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:45:22.882Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.883Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.886Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.886Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:45:22.888Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:45:22.890Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:45:22.890Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.890Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fbfcc0f-ecf1-4bd1-a6c4-4994c641815d
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e405a5bb-3c9f-4c07-8f5b-80bbd15f4761
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15dc047b-71d8-462a-b9cf-354843576ad7
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-06 00-41-34
Description:catalog service description
Model UUID:7671666d-2792-4791-a39d-2c5b4973de92
Model Version:NULL
Model InvariantUuid:65622b75-c47d-47df-b5df-a0f6c54cddb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8b49947a-97fd
Model UUID:83126977-d39b-4c4e-8793-3881475b37be
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:792cf463-304c-4671-bd1a-46c837f72a2d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a96b7ee-dfa6-4d61-8083-4ef5207aaafb
ModelName:Vfw8b49947a97fd..base_vfw..module-0
ModelUuid:72192b99-c699-452b-b667-219615102aac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2fbfcc0f-ecf1-4bd1-a6c4-4994c641815d
ModelInvariantUuid:c55b9075-5c5b-46a1-a8f4-d5e554b847ed
ModelName:vFW 8b49947a-97fd-nodes.vfwCvfc
ModelUuid:c26ab857-56d4-4d48-adca-b5534a56d9ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6f4f83f6-b044-4ba4-8e3e-813d0b201f61
ModelInvariantUuid:70e706f5-a684-412f-8af7-a8d5fa7b2038
ModelName:Vfw8b49947a97fd.compute.nodes.heat.vfw
ModelUuid:df2a9d88-a4e3-424e-ab99-e535846d41bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e405a5bb-3c9f-4c07-8f5b-80bbd15f4761
ModelInvariantUuid:228e73aa-3e44-43e0-b927-242219eb3388
ModelName:vFW 8b49947a-97fd-nodes.vsnCvfc
ModelUuid:d8033864-d5ac-43b6-8383-58e4b9ea90c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9f218e92-1174-4abd-9ff5-47146eb7e600
ModelInvariantUuid:116c6982-08c5-49d0-8e06-f80edcb1c0fc
ModelName:Vfw8b49947a97fd.compute.nodes.heat.vsn
ModelUuid:17799dd1-6751-4671-bf30-961d7cc7e79d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:15dc047b-71d8-462a-b9cf-354843576ad7
ModelInvariantUuid:cdf86cfc-69b0-4a1f-98cc-2b31c859c59f
ModelName:vFW 8b49947a-97fd-nodes.vpgCvfc
ModelUuid:5774956b-a3be-4c93-9f21-08dec10ddf8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6858762f-e7ad-4fa5-888c-07ef75070b27
ModelInvariantUuid:ff0a7bfe-84e4-44e5-8f8f-33375e8ca567
ModelName:Vfw8b49947a97fd.compute.nodes.heat.vpg
ModelUuid:b0853487-b7fa-4659-b8c7-286808d5647f
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-07-06T00:45:22.922Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4414878c-525f-4795-bd64-98d660582ec1
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-07-06T00:45:23.023Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||vFW 8b49947a-97fd 0
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4414878c-525f-4795-bd64-98d660582ec1
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b7ad4ab-5fc9-4b46-ab73-e18693866859 from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:25.754Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:25.754Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json 6b7ad4ab-5fc9-4b46-ab73-e18693866859 785
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json ASDC sendASDCNotification
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:25.758Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:25.758Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532325755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:25.858Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:25.859Z||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-07-06T00:45:25.859Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:25.870Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:25.871Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:26.759Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b49947a97fd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a96b7ee-dfa6-4d61-8083-4ef5207aaafb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72192b99-c699-452b-b667-219615102aac",
    "vfModuleModelCustomizationUUID": "a64636c9-df84-47e7-8eca-8131651da600",
    "isBase": true,
    "artifacts": [
      "a0f4b939-abb9-48ec-879b-63fa0ae44670",
      "ee41c6ad-d096-415b-9e8c-cdda844a0891"
    ],
    "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-07-06T00:45:26.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b49947a97fd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72192b99-c699-452b-b667-219615102aac
VfModuleModelInvariantUUID:4a96b7ee-dfa6-4d61-8083-4ef5207aaafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0f4b939-abb9-48ec-879b-63fa0ae44670
,
ee41c6ad-d096-415b-9e8c-cdda844a0891

}
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-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8b49947a97fd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4a96b7ee-dfa6-4d61-8083-4ef5207aaafb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72192b99-c699-452b-b667-219615102aac",
    "vfModuleModelCustomizationUUID": "a64636c9-df84-47e7-8eca-8131651da600",
    "isBase": true,
    "artifacts": [
      "a0f4b939-abb9-48ec-879b-63fa0ae44670",
      "ee41c6ad-d096-415b-9e8c-cdda844a0891"
    ],
    "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-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b49947a97fd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72192b99-c699-452b-b667-219615102aac
VfModuleModelInvariantUUID:4a96b7ee-dfa6-4d61-8083-4ef5207aaafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0f4b939-abb9-48ec-879b-63fa0ae44670
,
ee41c6ad-d096-415b-9e8c-cdda844a0891

}
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-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0f4b939-abb9-48ec-879b-63fa0ae44670 from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:26.783Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:29.078Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml a0f4b939-abb9-48ec-879b-63fa0ae44670 20368
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:29.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:29.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532329079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:29.181Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:29.182Z||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-07-06T00:45:29.182Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:29.194Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:29.195Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:30.082Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee41c6ad-d096-415b-9e8c-cdda844a0891 from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:30.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:30.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:31.719Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env ee41c6ad-d096-415b-9e8c-cdda844a0891 2098
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:31.722Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:31.723Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532331720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:45:31.823Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:31.823Z||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-07-06T00:45:31.824Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:31.834Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:31.835Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:32.723Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7671666d-2792-4791-a39d-2c5b4973de92
2021-07-06T00:45:32.724Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b49947a-97fd 0 4414878c-525f-4795-bd64-98d660582ec1 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-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4 matches Tosca VF Customization UUID: 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
2021-07-06T00:45:32.762Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4  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-07-06T00:45:32.768Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.768Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.769Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4: {\"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-07-06T00:45:32.769Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76879605
2021-07-06T00:45:32.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:45:32.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a64636c9-df84-47e7-8eca-8131651da600
2021-07-06T00:45:32.771Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a64636c9-df84-47e7-8eca-8131651da600
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-07-06T00:45:32.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.780Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:32.780Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.780Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fbfcc0f-ecf1-4bd1-a6c4-4994c641815d
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-07-06T00:45:32.790Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.793Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:32.793Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.793Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e405a5bb-3c9f-4c07-8f5b-80bbd15f4761
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-07-06T00:45:32.795Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.795Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.795Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15dc047b-71d8-462a-b9cf-354843576ad7
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-07-06T00:45:32.801Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.801Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
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-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7671666d-2792-4791-a39d-2c5b4973de92: vFW 8b49947a-97fd
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.806Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-07-06 00-41-34 
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-07-06T00:45:33.075Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b49947a-97fd 4414878c-525f-4795-bd64-98d660582ec1 1 ASDC deployResourceStructure
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json ASDC sendASDCNotification
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:33.078Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:33.078Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532333076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:33.178Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:33.179Z||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-07-06T00:45:33.179Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:33.190Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:33.190Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:34.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-06T00:45:34.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:34.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:34.080Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:34.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:34.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532334079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:34.182Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:34.182Z||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-07-06T00:45:34.182Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:34.193Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:34.193Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:35.082Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-06T00:45:35.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:35.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:35.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:35.085Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:35.085Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532335082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:35.185Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:35.186Z||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-07-06T00:45:35.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:35.199Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:35.199Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:36.086Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar ASDC sendASDCNotification
2021-07-06T00:45:36.086Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:36.087Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:36.087Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:36.088Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:36.089Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532336086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:45:36.189Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:36.190Z||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-07-06T00:45:36.190Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:36.201Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:45:36.201Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:37.090Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:45:37.103Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:45:37.105Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:45:37.106Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:45:37.106Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:46:07.106Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:46:07.119Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:46:07.121Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:46:07.121Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:46:07.121Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:46:10.562Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:46:10.562Z||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-07-06T00:46:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:46:10.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:46:10.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:46:10.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:46:10.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:46:37.122Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:46:37.132Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:46:37.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:46:37.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:46:37.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:47:07.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:47:07.146Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:47:07.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:47:07.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:47:07.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:47:10.562Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:47:10.562Z||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-07-06T00:47:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:47:10.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:47:10.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532304635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532312166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532313170,
  "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-07-06T00:47:10.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:47:10.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:47:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532314253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532310560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532318770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532325755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532329079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532329455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "aai-ml",
  "timestamp": 1625532330460,
  "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-07-06T00:47:10.617Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:47:10.617Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:47:10.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532331720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532333076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532334079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532335082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532336086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:47:10.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:47:37.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:47:37.158Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-07-06T00:47:37.165Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:48:07.166Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:48:07.173Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88382b11-915d-443e-84f5-830afa4ab94d and serviceModelVersionId: 7671666d-2792-4791-a39d-2c5b4973de92
2021-07-06T00:48:07.173Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65622b75-c47d-47df-b5df-a0f6c54cddb6
2021-07-06T00:48:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:48:10.562Z||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-07-06T00:48:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:10.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:48:10.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:48:10.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:48:17.910Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0
2021-07-06T00:48:18.007Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:48:18.692Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?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-07-06T00:48:18.696Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0|INFO|500||Invoke
2021-07-06T00:48:18.835Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T00:48:18.985Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0|INFO|500||InvokeReturn
2021-07-06T00:48:18.986Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-00:48:18:841-61858], vertex-id=[229568], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:48:18 GMT], Content-Type=[application/json]}
2021-07-06T00:48:18.986Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:48:18.992Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:48:18.992Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-07-06T00:48:18.997Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-07-06T00:48:18.999Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88382b11-915d-443e-84f5-830afa4ab94d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:48:19.000Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:48:19.000Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:19.002Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:19.002Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532498999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:48:19.102Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:19.103Z||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-07-06T00:48:19.104Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:19.115Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:19.116Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T00:48:20.014Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:48:20.015Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:48:20.015Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:24.346Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:24.347Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T00:48:24.347Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"49356e39-de07-4167-b4dd-e292fb72ae64","serviceName":"basic_onboard_TMJfjq","serviceVersion":"1.0","serviceUUID":"b2693820-b292-4ce0-9c22-01cbd8b45cde","serviceDescription":"service","serviceInvariantUUID":"1354a7c6-3bd3-4c13-a80c-afdc6a3281d5","resources":[{"resourceInstanceName":"basic_onboard_TMJfjq 0","resourceName":"basic_onboard_TMJfjq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0df9db1-dfb3-48ef-85e6-61e517275c5f","resourceInvariantUUID":"a45e3dac-61b5-491f-9d44-5d73a5154c26","resourceCustomizationUUID":"0fd8baa9-d336-4866-a2be-2d585754737c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml","artifactChecksum":"NzMzNTliMjM3NGE0YmU0Y2JmNjZlMzYwYWRlY2Q3MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d3ba7c-5467-4e42-835c-29e3b19797dd","artifactVersion":"1"},{"artifactName":"basic_onboard_tmjfjq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json","artifactChecksum":"Y2I4YTFjM2QzOTc0YmQyNTU2OGE2MjI0YzYzYTQ1NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40b2c6a7-ab26-482f-987a-a28c6f43dbf1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c678cd84-49ca-4761-bb5e-935c5bcb72d9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"821a32f5-4684-43b0-81ad-eece08428c2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e6a026f-3db5-4032-9f08-1eb4d084932a","artifactVersion":"2","generatedFromUUID":"c678cd84-49ca-4761-bb5e-935c5bcb72d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTmjfjq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml","artifactChecksum":"Zjk1ZmY0ZTBhYWFmMjk0ZDQxODYwZTI5NjBmODQ1OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"626ab5db-a1ef-4c86-87fc-97db3fce4852","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTmjfjq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar","artifactChecksum":"YWI4Y2IwODJkOGEzZWY2MmZlMTFiNWRkZGQ3YzRmYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8440850f-dcf9-4f51-bd50-3c5670fa6985","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:48:24.349Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:24.349Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:24.351Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:24.351Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:48:24.451Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:24.452Z||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-07-06T00:48:24.452Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:24.461Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:24.461Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:25.352Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:25.352Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:25.354Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:25.354Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:48:25.454Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:25.455Z||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-07-06T00:48:25.455Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:25.465Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:25.465Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:26.355Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:26.355Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:26.357Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:26.357Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:48:26.457Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:26.458Z||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-07-06T00:48:26.458Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:26.469Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:26.470Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:27.358Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:27.359Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:27.361Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:27.361Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:48:27.462Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:48:27.463Z||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-07-06T00:48:27.463Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:27.472Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:27.472Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:28.363Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:28.363Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:28.366Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:28.367Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T00:48:28.467Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:28.467Z||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-07-06T00:48:28.467Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:28.479Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:28.479Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:29.367Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:29.368Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:29.370Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:29.370Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:48:29.470Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:29.471Z||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-07-06T00:48:29.471Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:29.481Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:29.481Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:30.371Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:30.371Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:30.373Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:30.373Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:48:30.473Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:30.474Z||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-07-06T00:48:30.474Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:30.484Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:30.484Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:31.374Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "serviceName": "basic_onboard_TMJfjq",
  "serviceVersion": "1.0",
  "serviceUUID": "b2693820-b292-4ce0-9c22-01cbd8b45cde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1354a7c6-3bd3-4c13-a80c-afdc6a3281d5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_TMJfjq 0",
      "resourceCustomizationUUID": "0fd8baa9-d336-4866-a2be-2d585754737c",
      "resourceName": "basic_onboard_TMJfjq",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0df9db1-dfb3-48ef-85e6-61e517275c5f",
      "resourceInvariantUUID": "a45e3dac-61b5-491f-9d44-5d73a5154c26",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tmjfjq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
          "artifactChecksum": "Y2I4YTFjM2QzOTc0YmQyNTU2OGE2MjI0YzYzYTQ1NWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40b2c6a7-ab26-482f-987a-a28c6f43dbf1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c678cd84-49ca-4761-bb5e-935c5bcb72d9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e6a026f-3db5-4032-9f08-1eb4d084932a",
            "generatedFromUUID": "c678cd84-49ca-4761-bb5e-935c5bcb72d9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e6a026f-3db5-4032-9f08-1eb4d084932a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTmjfjq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
      "artifactChecksum": "YWI4Y2IwODJkOGEzZWY2MmZlMTFiNWRkZGQ3YzRmYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8440850f-dcf9-4f51-bd50-3c5670fa6985"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T00:48:31.375Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:48:31.375Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2693820-b292-4ce0-9c22-01cbd8b45cde ASDC
2021-07-06T00:48:31.375Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:49356e39-de07-4167-b4dd-e292fb72ae64
ServiceName:basic_onboard_TMJfjq
ServiceVersion:1.0
ServiceUUID:b2693820-b292-4ce0-9c22-01cbd8b45cde
ServiceInvariantUUID:1354a7c6-3bd3-4c13-a80c-afdc6a3281d5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTmjfjq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
ArtifactUUID:8440850f-dcf9-4f51-bd50-3c5670fa6985
ArtifactChecksum:YWI4Y2IwODJkOGEzZWY2MmZlMTFiNWRkZGQ3YzRmYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TMJfjq 0
ResourceCustomizationUUID:0fd8baa9-d336-4866-a2be-2d585754737c
ResourceInvariantUUID:a45e3dac-61b5-491f-9d44-5d73a5154c26
ResourceName:basic_onboard_TMJfjq
ResourceType:VF
ResourceUUID:d0df9db1-dfb3-48ef-85e6-61e517275c5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tmjfjq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
ArtifactUUID:40b2c6a7-ab26-482f-987a-a28c6f43dbf1
ArtifactChecksum:Y2I4YTFjM2QzOTc0YmQyNTU2OGE2MjI0YzYzYTQ1NWI=
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/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c678cd84-49ca-4761-bb5e-935c5bcb72d9
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/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
ArtifactUUID:0e6a026f-3db5-4032-9f08-1eb4d084932a
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/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
ArtifactUUID:0e6a026f-3db5-4032-9f08-1eb4d084932a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-06T00:48:31.375Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2693820-b292-4ce0-9c22-01cbd8b45cde 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-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8440850f-dcf9-4f51-bd50-3c5670fa6985 from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:31.400Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:31.400Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:32.047Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar 8440850f-dcf9-4f51-bd50-3c5670fa6985 74848
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar ASDC sendASDCNotification
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:32.053Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:32.053Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532512051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:48:32.153Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:32.154Z||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-07-06T00:48:32.154Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:32.165Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:32.165Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:33.053Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:48:33.054Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:48:33.054Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8440850f-dcf9-4f51-bd50-3c5670fa6985, URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar to file: /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.055Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.055Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.055Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.431Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6679747440106226129/Definitions/service-BasicOnboardTmjfjq-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-07-06T00:48:34.673Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TMJfjq 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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TMJfjq 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is not matching search criteria
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d1b628-6999-45b7-8f93-d46b46fe0bfc
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_TMJfjq
Description:service
Model UUID:b2693820-b292-4ce0-9c22-01cbd8b45cde
Model Version:NULL
Model InvariantUuid:1354a7c6-3bd3-4c13-a80c-afdc6a3281d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_TMJfjq
Model UUID:e58ffb1a-364d-4c06-a922-2232d62eb5ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a45e3dac-61b5-491f-9d44-5d73a5154c26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0fd8baa9-d336-4866-a2be-2d585754737c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60d94fd7-ff9d-4887-a3b5-8e055eab877e
ModelName:BasicOnboardTmjfjq..base_ubuntu18..module-0
ModelUuid:d8987e49-3c82-4241-aad7-f510e0038649
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3d1b628-6999-45b7-8f93-d46b46fe0bfc
ModelInvariantUuid:d0f1db2c-2023-483b-879b-c85e1aa85a88
ModelName:basic_onboard_TMJfjq-nodes.ubuntu18Cvfc
ModelUuid:5e3ecad2-cf24-4f3b-924a-093318efcfbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d2259b8f-093c-400c-a80f-4851f0658062
ModelInvariantUuid:ea8f287b-e0b8-42f9-b61b-cd693beb076c
ModelName:BasicOnboardTmjfjq.compute.nodes.heat.ubuntu18
ModelUuid:2743e55a-800c-4c3d-a29b-525b47fa1fa4
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-07-06T00:48:34.687Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d0df9db1-dfb3-48ef-85e6-61e517275c5f
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-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||basic_onboard_TMJfjq 0
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0df9db1-dfb3-48ef-85e6-61e517275c5f
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40b2c6a7-ab26-482f-987a-a28c6f43dbf1 from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:35.425Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json 40b2c6a7-ab26-482f-987a-a28c6f43dbf1 798
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json ASDC sendASDCNotification
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:35.428Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:35.428Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532515426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:48:35.528Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:35.529Z||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-07-06T00:48:35.529Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:35.539Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:35.539Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:36.429Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTmjfjq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "60d94fd7-ff9d-4887-a3b5-8e055eab877e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8987e49-3c82-4241-aad7-f510e0038649",
    "vfModuleModelCustomizationUUID": "76c828ac-93e4-42af-bfac-bfb2af9b0ec4",
    "isBase": true,
    "artifacts": [
      "c678cd84-49ca-4761-bb5e-935c5bcb72d9",
      "0e6a026f-3db5-4032-9f08-1eb4d084932a"
    ],
    "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-07-06T00:48:36.432Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTmjfjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8987e49-3c82-4241-aad7-f510e0038649
VfModuleModelInvariantUUID:60d94fd7-ff9d-4887-a3b5-8e055eab877e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c678cd84-49ca-4761-bb5e-935c5bcb72d9
,
0e6a026f-3db5-4032-9f08-1eb4d084932a

}
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-07-06T00:48:36.434Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTmjfjq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "60d94fd7-ff9d-4887-a3b5-8e055eab877e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8987e49-3c82-4241-aad7-f510e0038649",
    "vfModuleModelCustomizationUUID": "76c828ac-93e4-42af-bfac-bfb2af9b0ec4",
    "isBase": true,
    "artifacts": [
      "c678cd84-49ca-4761-bb5e-935c5bcb72d9",
      "0e6a026f-3db5-4032-9f08-1eb4d084932a"
    ],
    "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-07-06T00:48:36.434Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTmjfjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8987e49-3c82-4241-aad7-f510e0038649
VfModuleModelInvariantUUID:60d94fd7-ff9d-4887-a3b5-8e055eab877e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c678cd84-49ca-4761-bb5e-935c5bcb72d9
,
0e6a026f-3db5-4032-9f08-1eb4d084932a

}
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-07-06T00:48:36.435Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c678cd84-49ca-4761-bb5e-935c5bcb72d9 from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:36.435Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:36.435Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:36.873Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:36.873Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml c678cd84-49ca-4761-bb5e-935c5bcb72d9 5033
2021-07-06T00:48:36.873Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-06T00:48:36.874Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:36.874Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:36.874Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:36.875Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:36.876Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532516873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:48:36.976Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:36.977Z||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-07-06T00:48:36.977Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:36.988Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:36.988Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:37.876Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e6a026f-3db5-4032-9f08-1eb4d084932a from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:37.877Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:37.877Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:38.077Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:38.077Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env 0e6a026f-3db5-4032-9f08-1eb4d084932a 909
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:38.080Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:38.080Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532518077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:48:38.180Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:38.181Z||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-07-06T00:48:38.181Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:38.191Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:38.191Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:39.080Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b2693820-b292-4ce0-9c22-01cbd8b45cde
2021-07-06T00:48:39.081Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TMJfjq 0 d0df9db1-dfb3-48ef-85e6-61e517275c5f 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-07-06T00:48:39.095Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.095Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.095Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-07-06T00:48:39.096Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0fd8baa9-d336-4866-a2be-2d585754737c
2021-07-06T00:48:39.096Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fd8baa9-d336-4866-a2be-2d585754737c matches Tosca VF Customization UUID: 0fd8baa9-d336-4866-a2be-2d585754737c
2021-07-06T00:48:39.096Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0fd8baa9-d336-4866-a2be-2d585754737c  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-07-06T00:48:39.098Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.098Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.098Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0fd8baa9-d336-4866-a2be-2d585754737c: {\"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-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42882f0
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76c828ac-93e4-42af-bfac-bfb2af9b0ec4
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76c828ac-93e4-42af-bfac-bfb2af9b0ec4
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-07-06T00:48:39.101Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is not matching search criteria
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d1b628-6999-45b7-8f93-d46b46fe0bfc
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-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.107Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=0fd8baa9-d336-4866-a2be-2d585754737c
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-07-06T00:48:39.109Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b2693820-b292-4ce0-9c22-01cbd8b45cde: basic_onboard_TMJfjq
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_TMJfjq 
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-07-06T00:48:39.178Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TMJfjq d0df9db1-dfb3-48ef-85e6-61e517275c5f 1 ASDC deployResourceStructure
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json ASDC sendASDCNotification
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:39.181Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:39.181Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532519179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:48:39.281Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:39.282Z||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-07-06T00:48:39.282Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:39.292Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:39.293Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:40.184Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:40.184Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532520182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T00:48:40.284Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:40.285Z||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-07-06T00:48:40.285Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:40.296Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:40.297Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:41.187Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:41.187Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532521185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-06T00:48:41.287Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:41.288Z||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-07-06T00:48:41.288Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:41.304Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:41.305Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar ASDC sendASDCNotification
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:42.190Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:42.190Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532522188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:48:42.290Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:42.291Z||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-07-06T00:48:42.291Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:42.304Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:48:42.305Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-07-06T00:48:43.191Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:48:43.202Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:48:43.204Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:48:43.205Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:48:43.205Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:49:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:49:10.562Z||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-07-06T00:49:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:49:10.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:49:10.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532368328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532361743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "dcae-sch",
  "timestamp": 1625532363611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532364437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532367022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532364635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532363598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532361646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532377061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532377156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532377233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532377243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532377226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "cds",
  "timestamp": 1625532378066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-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-07-06T00:49:10.604Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532378447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532378449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532378467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532379862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532379956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532379977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532380879,
  "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-07-06T00:49:10.617Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.617Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532380980,
  "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-07-06T00:49:10.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532380962,
  "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-07-06T00:49:10.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532381883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532381967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532381984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532385986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532386054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "aai-ml",
  "timestamp": 1625532387059,
  "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-07-06T00:49:10.651Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.651Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532387998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "clamp",
  "timestamp": 1625532389000,
  "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-07-06T00:49:10.661Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.661Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532385627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532393958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532396151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532397154,
  "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-07-06T00:49:10.672Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.672Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:13.205Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:49:13.214Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-07-06T00:49:13.222Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:49:43.222Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:43.229Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49356e39-de07-4167-b4dd-e292fb72ae64 and serviceModelVersionId: b2693820-b292-4ce0-9c22-01cbd8b45cde
2021-07-06T00:49:43.229Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1354a7c6-3bd3-4c13-a80c-afdc6a3281d5
2021-07-06T00:49:43.230Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0
2021-07-06T00:49:43.234Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:49:43.268Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?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-07-06T00:49:43.269Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0|INFO|500||Invoke
2021-07-06T00:49:43.291Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T00:49:44.049Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0|INFO|500||InvokeReturn
2021-07-06T00:49:44.050Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-00:49:43:296-8308], vertex-id=[204960], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:49:43 GMT], Content-Type=[application/json]}
2021-07-06T00:49:44.050Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:49:44.050Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:49:44.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-07-06T00:49:44.056Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-07-06T00:49:44.057Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49356e39-de07-4167-b4dd-e292fb72ae64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:49:44.057Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:49:44.057Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:49:44.059Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:49:44.059Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532584057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:49:44.159Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:49:44.160Z||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-07-06T00:49:44.160Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:49:44.174Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:49:44.175Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T00:49:45.070Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:49:45.071Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:49:45.071Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:49:54.612Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:49:54.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:49:54.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:49:54.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:04.156Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:50:04.156Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:50:04.157Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:50:04.157Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:10.562Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:50:10.562Z||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-07-06T00:50:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:10.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:50:10.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532498999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532500014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532512051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532515426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532516873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532518077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532519179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532520182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532521185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532522188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:13.701Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:50:13.701Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:50:13.702Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:50:13.702Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:23.243Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:51:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:51:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:51:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:51:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:51:10.562Z||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-07-06T00:51:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:51:11.086Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:51:11.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-06T00:51:11.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532584057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:51:11.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:51:20.109Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:52:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:52:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:52:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:52:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:52:10.562Z||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-07-06T00:52:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:52:20.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:52:20.116Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:53:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:53:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:53:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:53:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:53:10.562Z||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-07-06T00:53:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:53:20.109Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:53:20.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:54:10.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:54:10.560Z||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-07-06T00:54:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:54:10.562Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:54:10.563Z||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-07-06T00:54:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:54:20.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:54:20.121Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:10.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:55:10.560Z||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-07-06T00:55:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:55:10.562Z||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-07-06T00:55:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:11.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:11.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"af10f391-1891-4e9e-b1f2-93785d606e3c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"120e9326-de02-4109-bf5f-a1b463b3a2d1","serviceDescription":"service","serviceInvariantUUID":"7e6b57f3-da64-4e91-a9c7-b0ee76c0496a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e939884d-ac1f-4e5b-aee6-177e72bb8612","resourceInvariantUUID":"1742556a-506e-4cdd-8289-248d878bcb89","resourceCustomizationUUID":"05e768db-7751-43d0-8072-8ac31567dbf3","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":"M2EwZDVjMDg3Y2MxM2VhOWFkNzk3NjRmYzIzNTJkMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab521348-3e14-4626-96aa-d310ad9308f7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjM1YzliMmJmMDFhZTBiYTdjMGFjMDdiNjQ1ZTBkYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c920e0e1-b298-4f5e-9042-574e3b69bb4c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:55:11.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:11.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532881646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "dcae-sch",
  "timestamp": 1625532883611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532881743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "clamp",
  "timestamp": 1625532877022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532884437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532881743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.192Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "dcae-sch",
  "timestamp": 1625532883611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.192Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532881646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "clamp",
  "timestamp": 1625532877022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532884437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532888328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "cds",
  "timestamp": 1625532888598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532888328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "clamp",
  "timestamp": 1625532890068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "cds",
  "timestamp": 1625532888598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "clamp",
  "timestamp": 1625532891085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.195Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532910560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "clamp",
  "timestamp": 1625532892087,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:55:11.207Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:55:11.208Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "cds",
  "timestamp": 1625532892350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "cds",
  "timestamp": 1625532893354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-06T00:55:11.220Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:55:11.220Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532895627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532895627,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532898489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532899985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532900989,
  "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-07-06T00:55:11.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:55:11.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:55:11.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "aai-ml",
  "timestamp": 1625532904635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "aai-ml",
  "timestamp": 1625532904635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "aai-ml",
  "timestamp": 1625532909236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.295Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:55:11.295Z||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-07-06T00:55:11.295Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:11.306Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:11.306Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:12.195Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:55:12.196Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:12.197Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:12.197Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532910560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:55:12.298Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:55:12.298Z||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-07-06T00:55:12.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:12.310Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:12.310Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:13.198Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "120e9326-de02-4109-bf5f-a1b463b3a2d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e6b57f3-da64-4e91-a9c7-b0ee76c0496a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "05e768db-7751-43d0-8072-8ac31567dbf3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e939884d-ac1f-4e5b-aee6-177e72bb8612",
      "resourceInvariantUUID": "1742556a-506e-4cdd-8289-248d878bcb89",
      "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": "NjM1YzliMmJmMDFhZTBiYTdjMGFjMDdiNjQ1ZTBkYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c920e0e1-b298-4f5e-9042-574e3b69bb4c"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T00:55:13.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:55:13.199Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 120e9326-de02-4109-bf5f-a1b463b3a2d1 ASDC
2021-07-06T00:55:13.199Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:af10f391-1891-4e9e-b1f2-93785d606e3c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:120e9326-de02-4109-bf5f-a1b463b3a2d1
ServiceInvariantUUID:7e6b57f3-da64-4e91-a9c7-b0ee76c0496a
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:c920e0e1-b298-4f5e-9042-574e3b69bb4c
ArtifactChecksum:NjM1YzliMmJmMDFhZTBiYTdjMGFjMDdiNjQ1ZTBkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:05e768db-7751-43d0-8072-8ac31567dbf3
ResourceInvariantUUID:1742556a-506e-4cdd-8289-248d878bcb89
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e939884d-ac1f-4e5b-aee6-177e72bb8612
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-07-06T00:55:13.199Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 120e9326-de02-4109-bf5f-a1b463b3a2d1 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-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c920e0e1-b298-4f5e-9042-574e3b69bb4c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:55:13.221Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:14.027Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c920e0e1-b298-4f5e-9042-574e3b69bb4c 52223
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:14.031Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:14.031Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532914029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:55:14.131Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:55:14.132Z||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-07-06T00:55:14.132Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:14.143Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:14.144Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:15.031Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:55:15.032Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c920e0e1-b298-4f5e-9042-574e3b69bb4c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.104Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9670712672991484004/Definitions/service-BasicNetwork-template.yml
2021-07-06T00:55:15.399Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:55:15.399Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:55:15.399Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:120e9326-de02-4109-bf5f-a1b463b3a2d1
Model Version:NULL
Model InvariantUuid:7e6b57f3-da64-4e91-a9c7-b0ee76c0496a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1742556a-506e-4cdd-8289-248d878bcb89
Model UUID:1132c74a-d095-4a6e-862a-f9d30e225c35
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:05e768db-7751-43d0-8072-8ac31567dbf3
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-07-06T00:55:15.409Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e939884d-ac1f-4e5b-aee6-177e72bb8612
2021-07-06T00:55:15.409Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||No resources found for Service: 120e9326-de02-4109-bf5f-a1b463b3a2d1
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-07-06T00:55:15.413Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||
2021-07-06T00:55:15.413Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 120e9326-de02-4109-bf5f-a1b463b3a2d1
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 120e9326-de02-4109-bf5f-a1b463b3a2d1
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-06T00:55:15.420Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.420Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 120e9326-de02-4109-bf5f-a1b463b3a2d1: Generic NeutronNet
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.450Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:55:15.450Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.450Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-07-06T00:55:15.501Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:15.503Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:15.503Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532915502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:55:15.604Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:55:15.604Z||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-07-06T00:55:15.604Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:15.615Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:55:15.616Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:16.504Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:55:16.515Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:55:16.517Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:55:16.518Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:55:16.518Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:55:46.518Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:55:46.544Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:55:46.546Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:55:46.547Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:55:46.547Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:56:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:56:10.562Z||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-07-06T00:56:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:56:10.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:56:10.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:56:10.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532910560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:56:10.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:56:16.547Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:56:16.555Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:56:16.557Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:56:16.557Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:56:16.557Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:56:46.558Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:56:46.569Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:56:46.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:56:46.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:56:46.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:57:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:57:10.562Z||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-07-06T00:57:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:11.094Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:11.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532910560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "aai-ml",
  "timestamp": 1625532912620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "aai-ml",
  "timestamp": 1625532913625,
  "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-07-06T00:57:11.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:57:11.105Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:57:11.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532914029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625532915502,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532937022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532933598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532934635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532949160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625532941646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625532941743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532949538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "cds",
  "timestamp": 1625532950543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-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-07-06T00:57:11.133Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "dcae-sch",
  "timestamp": 1625532943611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625532944437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532953126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "aai-ml",
  "timestamp": 1625532954130,
  "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-07-06T00:57:11.148Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.148Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532948328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532957733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532958079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532958934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625532959938,
  "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-07-06T00:57:11.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532960088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "clamp",
  "timestamp": 1625532961092,
  "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-07-06T00:57:11.173Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.173Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532955627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532967132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532968944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625532969950,
  "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-07-06T00:57:11.184Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.184Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:16.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:57:16.583Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|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-07-06T00:57:16.589Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:57:46.589Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:57:46.594Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af10f391-1891-4e9e-b1f2-93785d606e3c and serviceModelVersionId: 120e9326-de02-4109-bf5f-a1b463b3a2d1
2021-07-06T00:57:46.594Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e6b57f3-da64-4e91-a9c7-b0ee76c0496a
2021-07-06T00:57:46.595Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0
2021-07-06T00:57:46.598Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:57:46.631Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|INFO|500||Invoke
2021-07-06T00:57:46.631Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af10f391-1891-4e9e-b1f2-93785d606e3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83cacfd5-c973-456d-a65a-2931049dba2a], X-ECOMP-RequestID=[af10f391-1891-4e9e-b1f2-93785d606e3c], X-TransactionId=[], X-ONAP-RequestID=[af10f391-1891-4e9e-b1f2-93785d606e3c], Content-Type=[application/merge-patch+json]}
2021-07-06T00:57:46.649Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T00:57:47.046Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?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/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-00:57:46:654-59507], vertex-id=[245944], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:57:46 GMT], Content-Type=[application/json]}
2021-07-06T00:57:47.046Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:57:47.046Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|INFO|500||InvokeReturn
2021-07-06T00:57:47.047Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:57:47.047Z|af10f391-1891-4e9e-b1f2-93785d606e3c|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-07-06T00:57:47.050Z|af10f391-1891-4e9e-b1f2-93785d606e3c|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-07-06T00:57:47.051Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af10f391-1891-4e9e-b1f2-93785d606e3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:57:47.051Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:57:47.051Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:47.052Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:47.052Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533067051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:57:47.153Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:47.153Z||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-07-06T00:57:47.153Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:47.167Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:47.167Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T00:57:48.062Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:57:48.063Z|af10f391-1891-4e9e-b1f2-93785d606e3c|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-07-06T00:57:48.063Z|af10f391-1891-4e9e-b1f2-93785d606e3c|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:52.369Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:52.370Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T00:57:52.370Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1159ea61-b97f-4ed8-a11f-15b707d01769","serviceName":"Demo_pNF_ATm6lDlMEyjetSqPGOXP","serviceVersion":"1.0","serviceUUID":"31d2a020-5dd3-4030-99a0-a3cddf0dc9fe","serviceDescription":"catalog service description","serviceInvariantUUID":"7350cf05-79d7-40de-a13e-036ec0875700","resources":[{"resourceInstanceName":"pNF d9e15cc4-8885 0","resourceName":"pNF d9e15cc4-8885","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dff092fd-5085-41a8-91c9-4aa4cb5f17ef","resourceInvariantUUID":"77074570-3727-46be-9658-1a556555d052","resourceCustomizationUUID":"5d6246d0-96f2-4c09-9161-91909e48ae77","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml","artifactChecksum":"M2VmMmNlNThiNWQwYTMwMjI3ZDJlYmQ5ZGI1YjYwMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5a4c0d0-122c-45ea-b46a-19eb176b4f0a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar","artifactChecksum":"NzQ1MjUyNGU4N2FmZTY4NTdhZTlhNmQ4ZGI4NDdmYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59014d77-d714-4045-a795-0bd090278f7b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc4124fc-90f4-4233-9855-8392794ae7a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml","artifactChecksum":"MTc2MTFmNmU0NTY0NGFlNWNkNGI1MTg2OTdmZDM4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"993c338c-52b8-4bab-aaef-20ba39e3d852","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63d58fe5-146d-46d4-a7ca-138e08e882c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45f27432-15a1-47c7-83cb-781f75502eac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml","artifactChecksum":"MTBiYzcwNWNiYTQ5YTRkZWFiN2ZhNWU5YTBiYWU1MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b0959e4-d7d3-4639-b575-1480160f83f1","artifactVersion":"1"},{"artifactName":"service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar","artifactChecksum":"ZDEzZGIwNGU5ZWZmMDEyNGJkZDNhODBmNDc3ZWE5MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b03c344f-7660-4bd7-9882-643729a3064c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:57:52.371Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:52.372Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:52.373Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:52.373Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:52.474Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:52.474Z||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-07-06T00:57:52.474Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:52.483Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:52.484Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:53.374Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:53.375Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:53.377Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:53.377Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:53.478Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:57:53.479Z||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-07-06T00:57:53.479Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:53.489Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:53.490Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-06T00:57:54.378Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:54.379Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:54.381Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:54.381Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:54.481Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:54.482Z||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-07-06T00:57:54.482Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:54.491Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:54.492Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:55.381Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:55.382Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:55.384Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:55.384Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:55.485Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:57:55.485Z||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-07-06T00:57:55.485Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:55.494Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:55.494Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:56.385Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:56.386Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:56.387Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:56.388Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:56.488Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:56.489Z||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-07-06T00:57:56.489Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:56.500Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:56.501Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:57.388Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:57.389Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:57.390Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:57.390Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:57.491Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:57:57.491Z||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-07-06T00:57:57.491Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:57.502Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:57.502Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:58.391Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:58.392Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:58.393Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:58.393Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:57:58.494Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:58.494Z||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-07-06T00:57:58.494Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:58.506Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:58.506Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:59.394Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:59.395Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:59.396Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:59.396Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:57:59.497Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:59.497Z||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-07-06T00:57:59.497Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:59.508Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:57:59.508Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:58:00.397Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "serviceName": "Demo_pNF_ATm6lDlMEyjetSqPGOXP",
  "serviceVersion": "1.0",
  "serviceUUID": "31d2a020-5dd3-4030-99a0-a3cddf0dc9fe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7350cf05-79d7-40de-a13e-036ec0875700",
  "resources": [
    {
      "resourceInstanceName": "pNF d9e15cc4-8885 0",
      "resourceCustomizationUUID": "5d6246d0-96f2-4c09-9161-91909e48ae77",
      "resourceName": "pNF d9e15cc4-8885",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dff092fd-5085-41a8-91c9-4aa4cb5f17ef",
      "resourceInvariantUUID": "77074570-3727-46be-9658-1a556555d052",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
      "artifactChecksum": "ZDEzZGIwNGU5ZWZmMDEyNGJkZDNhODBmNDc3ZWE5MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b03c344f-7660-4bd7-9882-643729a3064c"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T00:58:00.398Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:58:00.398Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe ASDC
2021-07-06T00:58:00.398Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1159ea61-b97f-4ed8-a11f-15b707d01769
ServiceName:Demo_pNF_ATm6lDlMEyjetSqPGOXP
ServiceVersion:1.0
ServiceUUID:31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
ServiceInvariantUUID:7350cf05-79d7-40de-a13e-036ec0875700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
ArtifactUUID:b03c344f-7660-4bd7-9882-643729a3064c
ArtifactChecksum:ZDEzZGIwNGU5ZWZmMDEyNGJkZDNhODBmNDc3ZWE5MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d9e15cc4-8885 0
ResourceCustomizationUUID:5d6246d0-96f2-4c09-9161-91909e48ae77
ResourceInvariantUUID:77074570-3727-46be-9658-1a556555d052
ResourceName:pNF d9e15cc4-8885
ResourceType:PNF
ResourceUUID:dff092fd-5085-41a8-91c9-4aa4cb5f17ef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-06T00:58:00.398Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe 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-07-06T00:58:00.421Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b03c344f-7660-4bd7-9882-643729a3064c from URL: /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:01.358Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar b03c344f-7660-4bd7-9882-643729a3064c 83337
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar ASDC sendASDCNotification
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:58:01.364Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:58:01.366Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:58:01.366Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533081363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:58:01.466Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:58:01.467Z||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-07-06T00:58:01.467Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:01.476Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:58:01.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:58:02.366Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:58:02.367Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b03c344f-7660-4bd7-9882-643729a3064c, URL: /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar to file: /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.557Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15491270346727069179/Definitions/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9e15cc4-8885 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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9e15cc4-8885 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Node template pNF d9e15cc4-8885 0 is matching search criteria
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d9e15cc4-8885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Node template pNF d9e15cc4-8885 0 is matching search criteria
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d9e15cc4-8885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ATm6lDlMEyjetSqPGOXP
Description:catalog service description
Model UUID:31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
Model Version:NULL
Model InvariantUuid:7350cf05-79d7-40de-a13e-036ec0875700
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-07-06T00:58:03.114Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dff092fd-5085-41a8-91c9-4aa4cb5f17ef
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-07-06T00:58:03.117Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||pNF d9e15cc4-8885 0
2021-07-06T00:58:03.117Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dff092fd-5085-41a8-91c9-4aa4cb5f17ef
2021-07-06T00:58:03.118Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
2021-07-06T00:58:03.118Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
2021-07-06T00:58:03.118Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d9e15cc4-8885 0 dff092fd-5085-41a8-91c9-4aa4cb5f17ef 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-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe: pNF d9e15cc4-8885
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Processing PNF resource: dff092fd-5085-41a8-91c9-4aa4cb5f17ef
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.123Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5d6246d0-96f2-4c09-9161-91909e48ae77 is the same as notified resource customizationUUID: 5d6246d0-96f2-4c09-9161-91909e48ae77
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-07-06T00:58:03.168Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d9e15cc4-8885 dff092fd-5085-41a8-91c9-4aa4cb5f17ef 0 ASDC deployResourceStructure
2021-07-06T00:58:03.168Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar ASDC sendASDCNotification
2021-07-06T00:58:03.168Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.168Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:58:03.168Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:58:03.170Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:58:03.170Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533083168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:58:03.270Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:58:03.271Z||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-07-06T00:58:03.271Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:03.282Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:58:03.283Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:58:04.171Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1159ea61-b97f-4ed8-a11f-15b707d01769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:58:04.181Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1159ea61-b97f-4ed8-a11f-15b707d01769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T00:58:04.183Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-07-06T00:58:04.187Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:58:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:58:10.562Z||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-07-06T00:58:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:11.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:58:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533067051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533068062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533081363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533083168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:58:11.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:58:34.188Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:58:34.192Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1159ea61-b97f-4ed8-a11f-15b707d01769 and serviceModelVersionId: 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
2021-07-06T00:58:34.192Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7350cf05-79d7-40de-a13e-036ec0875700
2021-07-06T00:58:34.192Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0
2021-07-06T00:58:34.195Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:58:34.228Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0|INFO|500||Invoke
2021-07-06T00:58:34.228Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1159ea61-b97f-4ed8-a11f-15b707d01769], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3273b0b9-6b55-46f8-96ed-65fba972786d], X-ECOMP-RequestID=[1159ea61-b97f-4ed8-a11f-15b707d01769], X-TransactionId=[], X-ONAP-RequestID=[1159ea61-b97f-4ed8-a11f-15b707d01769], Content-Type=[application/merge-patch+json]}
2021-07-06T00:58:34.250Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T00:58:34.525Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?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/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210706-00:58:34:254-20856], vertex-id=[229624], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:58:34 GMT], Content-Type=[application/json]}
2021-07-06T00:58:34.525Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:58:34.526Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7350cf05-79d7-40de-a13e-036ec0875700/model-vers/model-ver/31d2a020-5dd3-4030-99a0-a3cddf0dc9fe?depth=0|INFO|500||InvokeReturn
2021-07-06T00:58:34.526Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:58:34.526Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-07-06T00:58:34.530Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-07-06T00:58:34.530Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1159ea61-b97f-4ed8-a11f-15b707d01769 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:58:34.530Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:58:34.530Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:58:34.533Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:58:34.533Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533114530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:58:34.632Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T00:58:34.633Z||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-07-06T00:58:34.633Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:34.646Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:58:34.647Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T00:58:35.542Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:58:35.543Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-07-06T00:58:35.543Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:45.088Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:58:45.088Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:58:45.089Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-07-06T00:58:45.089Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:54.633Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:10.560Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:59:10.560Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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-07-06T00:59:10.560Z|1159ea61-b97f-4ed8-a11f-15b707d01769|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:59:10.562Z||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-07-06T00:59:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:10.849Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:10.850Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.850Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9cfb9a17-cf60-4ba3-8422-e95b048d8410","serviceDescription":"service","serviceInvariantUUID":"01659cd5-4c1b-41cc-97e1-a1b8671dd7be","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2672e98a-bef1-43f3-801c-e8eb883c5d54","resourceInvariantUUID":"ed968e4f-d5e6-427e-81f3-5c51486b4561","resourceCustomizationUUID":"8cc51495-7b62-4b1f-8f0e-973a90ed3ece","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"52af5c2e-45c4-4391-bc57-4d30ae930b54","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":"ZjM4ZDY0YmQ0OWM3ZDU1NTc5ZDQzNWI4ZDYwMjBmMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b93adaf-bfe0-4a34-93a4-5b90b2fc08e2","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":"NjQ0YmQ4ZmE1MWQzZWVhNGRkMjc1NDdmNjM2MGUxOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"107b2c07-09a6-4bf6-98d3-8da966e4685d","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":"6b2bb184-1458-44ee-9f96-f56b0a279d69","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":"4ce6005d-8517-4a8c-97a1-0c16f7505fd0","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":"e90097fc-cad6-438e-8b50-80895cdb9713","artifactVersion":"2","generatedFromUUID":"6b2bb184-1458-44ee-9f96-f56b0a279d69"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTEzZmZiNWEwNzRhZDQ3ZTZkM2I2MmIxMGE3ZjJhNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6c75f61-62fc-47e1-a232-18d4c3febd1a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MWI1YzAzNDQzOGJjOTM1MTI1YzA0MDQxMTllNDNkZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d30f328-5fcb-428a-ab4f-22a9d606db05","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:59:10.852Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:10.852Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:10.854Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:10.854Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.954Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:10.955Z||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-07-06T00:59:10.955Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:10.964Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:10.965Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:10.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:10.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533114530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:59:10.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:59:10.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:59:10.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:59:10.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:59:10.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:10.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T00:59:11.854Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:11.855Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:11.857Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:11.857Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:11.957Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:11.958Z||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-07-06T00:59:11.958Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:11.968Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:11.969Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:12.857Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:12.858Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:12.860Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:12.860Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T00:59:12.961Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:59:12.961Z||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-07-06T00:59:12.962Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:12.972Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:12.972Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:13.861Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:13.861Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:13.863Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:13.863Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T00:59:13.963Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:13.964Z||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-07-06T00:59:13.964Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:13.976Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:13.976Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:14.863Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:14.864Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:14.865Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:14.866Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:14.966Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:14.966Z||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-07-06T00:59:14.967Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:14.980Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:14.980Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:15.866Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:15.867Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:15.868Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:15.868Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T00:59:15.968Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:15.969Z||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-07-06T00:59:15.969Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:15.980Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:15.981Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:16.869Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:16.869Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:16.871Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:16.871Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T00:59:16.971Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:16.972Z||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-07-06T00:59:16.972Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:16.984Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:16.984Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:17.871Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:59:17.872Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:17.873Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:17.873Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T00:59:17.974Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:17.975Z||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-07-06T00:59:17.975Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:17.984Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:17.985Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:18.874Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "9cfb9a17-cf60-4ba3-8422-e95b048d8410",
  "serviceDescription": "service",
  "serviceInvariantUUID": "01659cd5-4c1b-41cc-97e1-a1b8671dd7be",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8cc51495-7b62-4b1f-8f0e-973a90ed3ece",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2672e98a-bef1-43f3-801c-e8eb883c5d54",
      "resourceInvariantUUID": "ed968e4f-d5e6-427e-81f3-5c51486b4561",
      "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": "NjQ0YmQ4ZmE1MWQzZWVhNGRkMjc1NDdmNjM2MGUxOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "107b2c07-09a6-4bf6-98d3-8da966e4685d",
          "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": "6b2bb184-1458-44ee-9f96-f56b0a279d69",
          "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": "e90097fc-cad6-438e-8b50-80895cdb9713",
            "generatedFromUUID": "6b2bb184-1458-44ee-9f96-f56b0a279d69"
          },
          "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": "e90097fc-cad6-438e-8b50-80895cdb9713",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MWI1YzAzNDQzOGJjOTM1MTI1YzA0MDQxMTllNDNkZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d30f328-5fcb-428a-ab4f-22a9d606db05"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T00:59:18.875Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:59:18.875Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9cfb9a17-cf60-4ba3-8422-e95b048d8410 ASDC
2021-07-06T00:59:18.875Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:9cfb9a17-cf60-4ba3-8422-e95b048d8410
ServiceInvariantUUID:01659cd5-4c1b-41cc-97e1-a1b8671dd7be
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:7d30f328-5fcb-428a-ab4f-22a9d606db05
ArtifactChecksum:MWI1YzAzNDQzOGJjOTM1MTI1YzA0MDQxMTllNDNkZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8cc51495-7b62-4b1f-8f0e-973a90ed3ece
ResourceInvariantUUID:ed968e4f-d5e6-427e-81f3-5c51486b4561
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2672e98a-bef1-43f3-801c-e8eb883c5d54
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:107b2c07-09a6-4bf6-98d3-8da966e4685d
ArtifactChecksum:NjQ0YmQ4ZmE1MWQzZWVhNGRkMjc1NDdmNjM2MGUxOTE=
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:6b2bb184-1458-44ee-9f96-f56b0a279d69
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:e90097fc-cad6-438e-8b50-80895cdb9713
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:e90097fc-cad6-438e-8b50-80895cdb9713
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-06T00:59:18.875Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9cfb9a17-cf60-4ba3-8422-e95b048d8410 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-07-06T00:59:18.906Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:59:18.906Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:59:18.906Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:59:18.906Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d30f328-5fcb-428a-ab4f-22a9d606db05 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-06T00:59:18.906Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:59:18.906Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-06T00:59:19.235Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:59:19.238Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7d30f328-5fcb-428a-ab4f-22a9d606db05 76830
2021-07-06T00:59:19.238Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-06T00:59:19.238Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-06T00:59:19.238Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:59:19.238Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:19.240Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:19.240Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533159238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:59:19.340Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:19.341Z||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-07-06T00:59:19.341Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:19.351Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:19.351Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:20.240Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:59:20.241Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:59:20.242Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7d30f328-5fcb-428a-ab4f-22a9d606db05, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:20.242Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-06T00:59:20.242Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:20.242Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:20.335Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6010405736476469825/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-07-06T00:59:21.161Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:59:21.161Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.162Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.163Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:59:21.164Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-06T00:59:21.165Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=754b187f-ea7f-4f90-8c02-b5d6c2bc67f7
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:21.166Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:9cfb9a17-cf60-4ba3-8422-e95b048d8410
Model Version:NULL
Model InvariantUuid:01659cd5-4c1b-41cc-97e1-a1b8671dd7be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9e1bbbdb-bb0b-4f59-84d9-b90f2d7cf558
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed968e4f-d5e6-427e-81f3-5c51486b4561
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8cc51495-7b62-4b1f-8f0e-973a90ed3ece
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b05a4a9f-f00a-4414-8cfb-77384f0b2ac9
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1f60fb13-ae24-47d0-9648-0c7582fe0fcb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:754b187f-ea7f-4f90-8c02-b5d6c2bc67f7
ModelInvariantUuid:5397b916-59dd-48aa-ae4d-64875eafabae
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4b2b6f43-8aeb-4f48-b8e4-6e940fe30ebf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3da6da26-13e1-47e0-adcb-5b7ea5ac0bb9
ModelInvariantUuid:08e6b09f-0c1d-4e3c-9921-3779975b84c3
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:99483515-41da-45d4-b5f8-8a55d669bbc2
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-07-06T00:59:21.172Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2672e98a-bef1-43f3-801c-e8eb883c5d54
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-07-06T00:59:21.174Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-07-06T00:59:21.174Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2672e98a-bef1-43f3-801c-e8eb883c5d54
2021-07-06T00:59:21.174Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 107b2c07-09a6-4bf6-98d3-8da966e4685d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-06T00:59:21.174Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:59:21.174Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-06T00:59:22.648Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:59:22.648Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 107b2c07-09a6-4bf6-98d3-8da966e4685d 790
2021-07-06T00:59:22.649Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-06T00:59:22.649Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-06T00:59:22.649Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:59:22.649Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:22.650Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:22.650Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533162649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:59:22.751Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:22.751Z||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-07-06T00:59:22.751Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:22.761Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:22.762Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:23.651Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b05a4a9f-f00a-4414-8cfb-77384f0b2ac9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f60fb13-ae24-47d0-9648-0c7582fe0fcb",
    "vfModuleModelCustomizationUUID": "ba5d4125-96c0-444f-8cd5-1cace6b8eb34",
    "isBase": true,
    "artifacts": [
      "6b2bb184-1458-44ee-9f96-f56b0a279d69",
      "e90097fc-cad6-438e-8b50-80895cdb9713"
    ],
    "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-07-06T00:59:23.654Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f60fb13-ae24-47d0-9648-0c7582fe0fcb
VfModuleModelInvariantUUID:b05a4a9f-f00a-4414-8cfb-77384f0b2ac9
VfModuleModelDescription:NULL
Artifacts UUID List:{
6b2bb184-1458-44ee-9f96-f56b0a279d69
,
e90097fc-cad6-438e-8b50-80895cdb9713

}
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-07-06T00:59:23.655Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b05a4a9f-f00a-4414-8cfb-77384f0b2ac9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f60fb13-ae24-47d0-9648-0c7582fe0fcb",
    "vfModuleModelCustomizationUUID": "ba5d4125-96c0-444f-8cd5-1cace6b8eb34",
    "isBase": true,
    "artifacts": [
      "6b2bb184-1458-44ee-9f96-f56b0a279d69",
      "e90097fc-cad6-438e-8b50-80895cdb9713"
    ],
    "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-07-06T00:59:23.655Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f60fb13-ae24-47d0-9648-0c7582fe0fcb
VfModuleModelInvariantUUID:b05a4a9f-f00a-4414-8cfb-77384f0b2ac9
VfModuleModelDescription:NULL
Artifacts UUID List:{
6b2bb184-1458-44ee-9f96-f56b0a279d69
,
e90097fc-cad6-438e-8b50-80895cdb9713

}
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-07-06T00:59:23.655Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b2bb184-1458-44ee-9f96-f56b0a279d69 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-06T00:59:23.656Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:59:23.656Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-06T00:59:26.349Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:59:26.350Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6b2bb184-1458-44ee-9f96-f56b0a279d69 5033
2021-07-06T00:59:26.350Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-06T00:59:26.350Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-06T00:59:26.350Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:59:26.350Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:26.351Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:26.351Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533166350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:59:26.452Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:26.452Z||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-07-06T00:59:26.452Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:26.463Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:26.465Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:27.352Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e90097fc-cad6-438e-8b50-80895cdb9713 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-06T00:59:27.353Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:59:27.353Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-06T00:59:30.550Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:59:30.550Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e90097fc-cad6-438e-8b50-80895cdb9713 909
2021-07-06T00:59:30.551Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-06T00:59:30.551Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-06T00:59:30.551Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:59:30.551Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:30.552Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:30.552Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533170551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T00:59:30.652Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:30.653Z||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-07-06T00:59:30.653Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:30.666Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:30.666Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:31.553Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9cfb9a17-cf60-4ba3-8422-e95b048d8410
2021-07-06T00:59:31.553Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2672e98a-bef1-43f3-801c-e8eb883c5d54 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-07-06T00:59:31.565Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.565Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.565Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-06T00:59:31.565Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8cc51495-7b62-4b1f-8f0e-973a90ed3ece
2021-07-06T00:59:31.565Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cc51495-7b62-4b1f-8f0e-973a90ed3ece matches Tosca VF Customization UUID: 8cc51495-7b62-4b1f-8f0e-973a90ed3ece
2021-07-06T00:59:31.565Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8cc51495-7b62-4b1f-8f0e-973a90ed3ece  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-07-06T00:59:31.567Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.567Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.568Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8cc51495-7b62-4b1f-8f0e-973a90ed3ece: {\"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-07-06T00:59:31.568Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32c1e3a6
2021-07-06T00:59:31.568Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.568Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:59:31.568Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba5d4125-96c0-444f-8cd5-1cace6b8eb34
2021-07-06T00:59:31.568Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba5d4125-96c0-444f-8cd5-1cace6b8eb34
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-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.571Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-06T00:59:31.572Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-06T00:59:31.572Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:59:31.572Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=754b187f-ea7f-4f90-8c02-b5d6c2bc67f7
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-07-06T00:59:31.574Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.574Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:31.574Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:59:31.574Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.574Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-06T00:59:31.574Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8cc51495-7b62-4b1f-8f0e-973a90ed3ece
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-07-06T00:59:31.576Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.576Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.576Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9cfb9a17-cf60-4ba3-8422-e95b048d8410: basicclamp
2021-07-06T00:59:31.576Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.576Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.576Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T00:59:31.577Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:59:31.578Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T00:59:31.641Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2672e98a-bef1-43f3-801c-e8eb883c5d54 1 ASDC deployResourceStructure
2021-07-06T00:59:31.641Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-06T00:59:31.641Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-06T00:59:31.641Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:59:31.641Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:31.643Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:31.643Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533171641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T00:59:31.743Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:31.744Z||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-07-06T00:59:31.744Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:31.753Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:31.753Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:32.644Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-06T00:59:32.644Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-06T00:59:32.644Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:59:32.644Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:32.646Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:32.646Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533172643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T00:59:32.746Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:32.746Z||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-07-06T00:59:32.747Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:32.756Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:32.756Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:59:33.647Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-06T00:59:33.647Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-06T00:59:33.647Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:59:33.647Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:33.649Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:33.649Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533173646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-06T00:59:33.749Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:33.750Z||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-07-06T00:59:33.750Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:33.760Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:33.760Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-06T00:59:34.650Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-06T00:59:34.650Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-06T00:59:34.650Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:59:34.650Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:59:34.652Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:59:34.652Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533174649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T00:59:34.752Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:59:34.753Z||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-07-06T00:59:34.753Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:59:34.763Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T00:59:34.763Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-06T00:59:35.652Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T00:59:35.660Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T00:59:35.662Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:59:35.662Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:59:35.662Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T01:00:05.663Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:00:05.670Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:00:05.671Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:00:05.672Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T01:00:05.672Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T01:00:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:00:10.562Z||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-07-06T01:00:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:00:10.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:00:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:00:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:00:10.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:00:35.672Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:00:35.680Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:00:35.682Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:00:35.682Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T01:00:35.682Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T01:01:05.682Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:01:05.690Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:01:05.692Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:01:05.692Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T01:01:05.692Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T01:01:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:01:10.562Z||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-07-06T01:01:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:01:10.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:01:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:01:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:01:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:01:35.692Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:01:35.700Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:01:35.702Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:01:35.702Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T01:01:35.702Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T01:02:05.702Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:02:05.710Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:02:05.711Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:02:05.711Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T01:02:05.712Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T01:02:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:02:10.562Z||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-07-06T01:02:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:02:10.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:02:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533147022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533143598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533144437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533141743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533143611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533141646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533144635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533148328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533157340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533157342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533157415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533157443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533157442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533150560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "cds",
  "timestamp": 1625533158447,
  "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-07-06T01:02:10.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533158965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533159049,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533159069,
  "artifactURL": "/sdc/v1/catalog/services/9cfb9a17-cf60-4ba3-8422-e95b048d8410/resourceInstances/basicclamp0/artifacts/52af5c2e-45c4-4391-bc57-4d30ae930b54",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533159077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533159238,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533160359,
  "artifactURL": "/sdc/v1/catalog/services/9cfb9a17-cf60-4ba3-8422-e95b048d8410/resourceInstances/basicclamp0/artifacts/52af5c2e-45c4-4391-bc57-4d30ae930b54",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533160754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533161057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533161136,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "dcae-sch",
  "timestamp": 1625533161362,
  "artifactURL": "/sdc/v1/catalog/services/9cfb9a17-cf60-4ba3-8422-e95b048d8410/resourceInstances/basicclamp0/artifacts/52af5c2e-45c4-4391-bc57-4d30ae930b54",
  "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-07-06T01:02:10.633Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.633Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533161771,
  "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-07-06T01:02:10.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.643Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533162062,
  "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-07-06T01:02:10.654Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.654Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533162144,
  "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-07-06T01:02:10.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533162649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533162774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533163065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533163147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533159451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533166115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533166350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533167119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533167151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "aai-ml",
  "timestamp": 1625533168155,
  "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-07-06T01:02:10.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.680Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533169216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533169665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533170218,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "dcae-sch",
  "timestamp": 1625533163611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533163777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533170551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "cds",
  "timestamp": 1625533170669,
  "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-07-06T01:02:10.700Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.700Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533164152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533164437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "clamp",
  "timestamp": 1625533171221,
  "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-07-06T01:02:10.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.711Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533171641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533172545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533172620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533172643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533173038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533173646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533174147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533174521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533174649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533174756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533168328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533175015,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533175951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533176409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533176639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533176963,
  "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-07-06T01:02:10.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.725Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533176985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533177415,
  "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-07-06T01:02:10.735Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.735Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533177641,
  "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-07-06T01:02:10.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.744Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533177965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533177989,
  "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-07-06T01:02:10.755Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
2021-07-06T01:02:10.755Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:02:10.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533178420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533178644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533174635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533177022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533184539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533165627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533188550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533190123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533190681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533191143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533191684,
  "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-07-06T01:02:10.768Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.768Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "clamp",
  "timestamp": 1625533192147,
  "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-07-06T01:02:10.777Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.777Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533192821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e48d48ed-59a1-4f3e-817a-20cbda3eb200",
  "consumerID": "aai-ml",
  "timestamp": 1625533193825,
  "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-07-06T01:02:10.787Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e48d48ed-59a1-4f3e-817a-20cbda3eb200
2021-07-06T01:02:10.787Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e48d48ed-59a1-4f3e-817a-20cbda3eb200 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-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533188328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533184437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533188598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "dcae-sch",
  "timestamp": 1625533183611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533201374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533201475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533195627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "cds",
  "timestamp": 1625533203825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T01:02:10.807Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:02:10.807Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533203956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533207044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533207854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533208857,
  "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-07-06T01:02:10.820Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:02:10.820Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533209084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533201646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533201743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533209859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533210088,
  "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-07-06T01:02:10.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:02:10.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:02:10.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:02:10.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:02:10.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:02:35.712Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:02:35.719Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:02:35.721Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:02:35.721Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T01:02:35.721Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T01:02:35.721Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T01:02:35.721Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.721Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.722Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.722Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.722Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.722Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.722Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:02:35.722Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|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-07-06T01:02:35.725Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T01:03:05.725Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 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-07-06T01:03:05.729Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 and serviceModelVersionId: 9cfb9a17-cf60-4ba3-8422-e95b048d8410
2021-07-06T01:03:05.729Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01659cd5-4c1b-41cc-97e1-a1b8671dd7be
2021-07-06T01:03:05.729Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0
2021-07-06T01:03:05.733Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T01:03:05.762Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0|INFO|500||Invoke
2021-07-06T01:03:05.762Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b214746-3588-43dc-90da-65d009d76423], X-ECOMP-RequestID=[7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9], X-TransactionId=[], X-ONAP-RequestID=[7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9], Content-Type=[application/merge-patch+json]}
2021-07-06T01:03:05.779Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T01:03:06.322Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?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/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210706-01:03:05:784-15754], vertex-id=[180432], Content-Length=[0], Date=[Tue, 06 Jul 2021 01:03:05 GMT], Content-Type=[application/json]}
2021-07-06T01:03:06.322Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-06T01:03:06.323Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01659cd5-4c1b-41cc-97e1-a1b8671dd7be/model-vers/model-ver/9cfb9a17-cf60-4ba3-8422-e95b048d8410?depth=0|INFO|500||InvokeReturn
2021-07-06T01:03:06.323Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T01:03:06.323Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|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-07-06T01:03:06.333Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|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-07-06T01:03:06.333Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T01:03:06.333Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T01:03:06.333Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:06.334Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:06.334Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533386333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:03:06.435Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:06.435Z||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-07-06T01:03:06.436Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:06.452Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:06.452Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 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-07-06T01:03:07.344Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:03:07.344Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|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-07-06T01:03:07.344Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:03:10.562Z||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-07-06T01:03:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:10.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533211825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533204635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:10.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533213616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533213824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533214223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533207022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533215830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533215926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533216837,
  "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-07-06T01:03:10.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:03:10.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:03:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533216978,
  "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-07-06T01:03:10.605Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:03:10.605Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533217841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533217980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533219065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "aai-ml",
  "timestamp": 1625533220069,
  "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-07-06T01:03:10.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:03:10.612Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:03:10.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533220128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:10.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533223132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:10.619Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:03:10.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:03:10.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "clamp",
  "timestamp": 1625533224136,
  "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-07-06T01:03:10.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ffd78a5a-4c9a-437b-a438-e07ef6d8874b
2021-07-06T01:03:10.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:03:11.663Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:11.664Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T01:03:11.664Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffd78a5a-4c9a-437b-a438-e07ef6d8874b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a210b3dc-08a0-4e82-a6ca-9c1d964fcdea","serviceDescription":"service","serviceInvariantUUID":"4e1088c6-6c6e-46d9-9ffe-5ecde1910fca","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8b34f2e-f35c-4848-b59f-ab802a96571f","resourceInvariantUUID":"2f204e3f-22b4-4bdf-951d-5adf77963c52","resourceCustomizationUUID":"75786f32-2860-4c2d-9afa-e1bb75a4cc64","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":"MTBjMmJjNjM2ZmYwMzNlNTFmMzM0N2VjMjljYTk5Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06e8159e-7466-4e94-ba96-6119e337d425","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":"OTNmMjYzZDRmMjhhNDI1ZDkzNWQ1YTgzYmNiZTU0MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65c30eb1-6f1f-4a99-8352-4ec00859ba2d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"55956def-5212-458c-873d-0a56a3afd152","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":"d49babf0-7356-4637-9e33-532027113af8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"896ed3ff-c5bc-498b-a01c-7fad7bff34a9","artifactVersion":"2","generatedFromUUID":"55956def-5212-458c-873d-0a56a3afd152"},{"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":"Y2ZlNTRjNzlhNWRiZjIzNjVkY2Q4NjNkYmE0ZTFiYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"61af3803-769e-478a-bc98-505294d040b0","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":"NWU0YTc5NmE2MDU1NjdlYmY5NmFmYWE4YTBjMjY1ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6b76276-a695-4fb3-ae67-68a8d6e39d5c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGE0Y2NhZjgwNWY5YjAzYTYxOWFhOGMyNzZhZjMyNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d77bfff9-b728-4177-be96-c13df172641f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T01:03:11.665Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:11.665Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:11.667Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:11.667Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:11.767Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:11.768Z||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-07-06T01:03:11.768Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:11.778Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:11.778Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:12.667Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:12.668Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:12.670Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:12.670Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:03:12.771Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T01:03:12.771Z||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-07-06T01:03:12.771Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:12.783Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:12.783Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:13.671Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:13.672Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:13.674Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:13.674Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:03:13.774Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:13.776Z||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-07-06T01:03:13.776Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:13.787Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:13.787Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:14.675Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:14.675Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:14.677Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:14.677Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:14.777Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:14.778Z||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-07-06T01:03:14.778Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:14.786Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:14.786Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:15.677Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:15.678Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:15.680Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:15.680Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:03:15.780Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:15.781Z||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-07-06T01:03:15.781Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:15.791Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:15.791Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:16.681Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:16.681Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:16.683Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:16.683Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:16.783Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:16.784Z||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-07-06T01:03:16.784Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:16.794Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:16.794Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:17.683Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:17.684Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:17.686Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:17.686Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:03:17.786Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:17.787Z||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-07-06T01:03:17.787Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:17.798Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:17.798Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:18.686Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:03:18.687Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:18.688Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:18.689Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:03:18.789Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:18.789Z||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-07-06T01:03:18.789Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:18.799Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:18.800Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:19.690Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a210b3dc-08a0-4e82-a6ca-9c1d964fcdea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e1088c6-6c6e-46d9-9ffe-5ecde1910fca",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "75786f32-2860-4c2d-9afa-e1bb75a4cc64",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d8b34f2e-f35c-4848-b59f-ab802a96571f",
      "resourceInvariantUUID": "2f204e3f-22b4-4bdf-951d-5adf77963c52",
      "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": "OTNmMjYzZDRmMjhhNDI1ZDkzNWQ1YTgzYmNiZTU0MDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "65c30eb1-6f1f-4a99-8352-4ec00859ba2d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "55956def-5212-458c-873d-0a56a3afd152",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "896ed3ff-c5bc-498b-a01c-7fad7bff34a9",
            "generatedFromUUID": "55956def-5212-458c-873d-0a56a3afd152"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "896ed3ff-c5bc-498b-a01c-7fad7bff34a9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGE0Y2NhZjgwNWY5YjAzYTYxOWFhOGMyNzZhZjMyNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d77bfff9-b728-4177-be96-c13df172641f"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T01:03:19.690Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T01:03:19.690Z|7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a210b3dc-08a0-4e82-a6ca-9c1d964fcdea ASDC
2021-07-06T01:03:19.690Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ffd78a5a-4c9a-437b-a438-e07ef6d8874b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a210b3dc-08a0-4e82-a6ca-9c1d964fcdea
ServiceInvariantUUID:4e1088c6-6c6e-46d9-9ffe-5ecde1910fca
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:d77bfff9-b728-4177-be96-c13df172641f
ArtifactChecksum:NGE0Y2NhZjgwNWY5YjAzYTYxOWFhOGMyNzZhZjMyNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:75786f32-2860-4c2d-9afa-e1bb75a4cc64
ResourceInvariantUUID:2f204e3f-22b4-4bdf-951d-5adf77963c52
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d8b34f2e-f35c-4848-b59f-ab802a96571f
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:65c30eb1-6f1f-4a99-8352-4ec00859ba2d
ArtifactChecksum:OTNmMjYzZDRmMjhhNDI1ZDkzNWQ1YTgzYmNiZTU0MDA=
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:55956def-5212-458c-873d-0a56a3afd152
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:896ed3ff-c5bc-498b-a01c-7fad7bff34a9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:896ed3ff-c5bc-498b-a01c-7fad7bff34a9
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-06T01:03:19.690Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a210b3dc-08a0-4e82-a6ca-9c1d964fcdea 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-07-06T01:03:19.716Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T01:03:19.716Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:03:19.716Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:03:19.716Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d77bfff9-b728-4177-be96-c13df172641f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-06T01:03:19.717Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:03:19.717Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-06T01:03:20.368Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:03:20.371Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d77bfff9-b728-4177-be96-c13df172641f 82055
2021-07-06T01:03:20.372Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-07-06T01:03:20.372Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-06T01:03:20.372Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:03:20.372Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:20.374Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:20.374Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533400372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:20.474Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:20.475Z||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-07-06T01:03:20.475Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:20.483Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:20.483Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:21.375Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T01:03:21.375Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:03:21.376Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d77bfff9-b728-4177-be96-c13df172641f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:21.376Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-07-06T01:03:21.376Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:21.376Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:21.496Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11763697696030692839/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-07-06T01:03:22.308Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-06T01:03:22.309Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T01:03:22.310Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.311Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.312Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=33075ffc-413d-4c46-a759-aacbafaa1222
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.313Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.314Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.314Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.314Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:22.314Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:22.314Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a210b3dc-08a0-4e82-a6ca-9c1d964fcdea
Model Version:NULL
Model InvariantUuid:4e1088c6-6c6e-46d9-9ffe-5ecde1910fca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cabdc644-cfb2-4024-b7ca-ff3061133a5e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f204e3f-22b4-4bdf-951d-5adf77963c52
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:75786f32-2860-4c2d-9afa-e1bb75a4cc64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a28e6d14-fdb6-41fb-9542-23289e6f170c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e257a555-743f-403c-8e54-3499f6c722ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:33075ffc-413d-4c46-a759-aacbafaa1222
ModelInvariantUuid:248075ca-c345-4957-b004-4a840772d746
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:24c025d6-a320-47fb-8280-7826b3087ee6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:d751167a-0adf-4ef3-9666-43a9eb88d44a
ModelInvariantUuid:5aab993d-e589-4238-ab92-69ca1a391348
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:8cc94dce-cdf5-43fb-840f-3b498264dbec
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-07-06T01:03:22.323Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d8b34f2e-f35c-4848-b59f-ab802a96571f
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-07-06T01:03:22.325Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-07-06T01:03:22.325Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8b34f2e-f35c-4848-b59f-ab802a96571f
2021-07-06T01:03:22.326Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65c30eb1-6f1f-4a99-8352-4ec00859ba2d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-06T01:03:22.326Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:03:22.326Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-06T01:03:24.236Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:03:24.236Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 65c30eb1-6f1f-4a99-8352-4ec00859ba2d 792
2021-07-06T01:03:24.236Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-07-06T01:03:24.236Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-06T01:03:24.236Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:03:24.236Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:24.238Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:24.238Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533404236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:24.338Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:24.342Z||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-07-06T01:03:24.342Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:24.353Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:24.353Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:03:25.238Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a28e6d14-fdb6-41fb-9542-23289e6f170c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e257a555-743f-403c-8e54-3499f6c722ed",
    "vfModuleModelCustomizationUUID": "8b1b56d9-c10a-4b78-865c-2def6ed223dd",
    "isBase": true,
    "artifacts": [
      "55956def-5212-458c-873d-0a56a3afd152",
      "896ed3ff-c5bc-498b-a01c-7fad7bff34a9"
    ],
    "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-07-06T01:03:25.241Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e257a555-743f-403c-8e54-3499f6c722ed
VfModuleModelInvariantUUID:a28e6d14-fdb6-41fb-9542-23289e6f170c
VfModuleModelDescription:NULL
Artifacts UUID List:{
55956def-5212-458c-873d-0a56a3afd152
,
896ed3ff-c5bc-498b-a01c-7fad7bff34a9

}
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-07-06T01:03:25.243Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a28e6d14-fdb6-41fb-9542-23289e6f170c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e257a555-743f-403c-8e54-3499f6c722ed",
    "vfModuleModelCustomizationUUID": "8b1b56d9-c10a-4b78-865c-2def6ed223dd",
    "isBase": true,
    "artifacts": [
      "55956def-5212-458c-873d-0a56a3afd152",
      "896ed3ff-c5bc-498b-a01c-7fad7bff34a9"
    ],
    "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-07-06T01:03:25.243Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e257a555-743f-403c-8e54-3499f6c722ed
VfModuleModelInvariantUUID:a28e6d14-fdb6-41fb-9542-23289e6f170c
VfModuleModelDescription:NULL
Artifacts UUID List:{
55956def-5212-458c-873d-0a56a3afd152
,
896ed3ff-c5bc-498b-a01c-7fad7bff34a9

}
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-07-06T01:03:25.243Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55956def-5212-458c-873d-0a56a3afd152 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-06T01:03:25.243Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:03:25.243Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-06T01:03:27.149Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:03:27.150Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 55956def-5212-458c-873d-0a56a3afd152 5033
2021-07-06T01:03:27.150Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-06T01:03:27.150Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-06T01:03:27.150Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:03:27.150Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:27.152Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:27.152Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533407150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:27.252Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:27.253Z||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-07-06T01:03:27.253Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:27.265Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:27.265Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:28.152Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 896ed3ff-c5bc-498b-a01c-7fad7bff34a9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-06T01:03:28.153Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:03:28.153Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-06T01:03:29.431Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:03:29.431Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 896ed3ff-c5bc-498b-a01c-7fad7bff34a9 903
2021-07-06T01:03:29.431Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-06T01:03:29.431Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-06T01:03:29.431Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:03:29.431Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:29.433Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:29.433Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533409431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:03:29.533Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:29.534Z||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-07-06T01:03:29.534Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:29.544Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:29.544Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:03:30.434Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a210b3dc-08a0-4e82-a6ca-9c1d964fcdea
2021-07-06T01:03:30.434Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d8b34f2e-f35c-4848-b59f-ab802a96571f 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-07-06T01:03:30.446Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.446Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.446Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-06T01:03:30.446Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 75786f32-2860-4c2d-9afa-e1bb75a4cc64
2021-07-06T01:03:30.447Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75786f32-2860-4c2d-9afa-e1bb75a4cc64 matches Tosca VF Customization UUID: 75786f32-2860-4c2d-9afa-e1bb75a4cc64
2021-07-06T01:03:30.447Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 75786f32-2860-4c2d-9afa-e1bb75a4cc64  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-07-06T01:03:30.448Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.449Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.449Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 75786f32-2860-4c2d-9afa-e1bb75a4cc64: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-07-06T01:03:30.449Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e138aa1
2021-07-06T01:03:30.449Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.449Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T01:03:30.450Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b1b56d9-c10a-4b78-865c-2def6ed223dd
2021-07-06T01:03:30.450Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b1b56d9-c10a-4b78-865c-2def6ed223dd
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-07-06T01:03:30.451Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.452Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:30.452Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:03:30.452Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.452Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:30.452Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:03:30.452Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.453Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-06T01:03:30.453Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-06T01:03:30.453Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-06T01:03:30.453Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=33075ffc-413d-4c46-a759-aacbafaa1222
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-07-06T01:03:30.455Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.455Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:30.455Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:03:30.455Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.455Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-06T01:03:30.455Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=75786f32-2860-4c2d-9afa-e1bb75a4cc64
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-07-06T01:03:30.457Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.457Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.457Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a210b3dc-08a0-4e82-a6ca-9c1d964fcdea: basic_vm_macro
2021-07-06T01:03:30.457Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.458Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.459Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:03:30.459Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:03:30.459Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T01:03:30.528Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d8b34f2e-f35c-4848-b59f-ab802a96571f 1 ASDC deployResourceStructure
2021-07-06T01:03:30.528Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-07-06T01:03:30.528Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-06T01:03:30.528Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:03:30.528Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:30.530Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:30.530Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533410528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:30.630Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:30.631Z||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-07-06T01:03:30.631Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:30.641Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:30.641Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:03:31.531Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-06T01:03:31.531Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-06T01:03:31.531Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:03:31.531Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:31.533Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:31.533Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533411530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:31.633Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:31.634Z||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-07-06T01:03:31.634Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:31.645Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:31.645Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:32.534Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-06T01:03:32.534Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-06T01:03:32.534Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:03:32.534Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:32.535Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:32.535Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533412533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:32.636Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T01:03:32.636Z||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-07-06T01:03:32.636Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:32.647Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:32.647Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:33.536Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-07-06T01:03:33.537Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-06T01:03:33.537Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:03:33.537Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:03:33.539Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:03:33.539Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533413536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:03:33.639Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:03:33.640Z||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-07-06T01:03:33.640Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:03:33.650Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:03:33.650Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:03:34.540Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffd78a5a-4c9a-437b-a438-e07ef6d8874b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:03:34.549Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffd78a5a-4c9a-437b-a438-e07ef6d8874b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:03:34.551Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:03:34.551Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T01:03:34.551Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T01:03:34.551Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T01:03:34.551Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:03:34.552Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:03:34.552Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:03:34.552Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:03:34.552Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:03:34.552Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:03:34.552Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|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-07-06T01:03:34.556Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T01:04:04.557Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffd78a5a-4c9a-437b-a438-e07ef6d8874b 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-07-06T01:04:04.561Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffd78a5a-4c9a-437b-a438-e07ef6d8874b and serviceModelVersionId: a210b3dc-08a0-4e82-a6ca-9c1d964fcdea
2021-07-06T01:04:04.561Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e1088c6-6c6e-46d9-9ffe-5ecde1910fca
2021-07-06T01:04:04.561Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0
2021-07-06T01:04:04.564Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T01:04:04.590Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0|INFO|500||Invoke
2021-07-06T01:04:04.591Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffd78a5a-4c9a-437b-a438-e07ef6d8874b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a494d484-c8cf-411f-b746-7da180b3954a], X-ECOMP-RequestID=[ffd78a5a-4c9a-437b-a438-e07ef6d8874b], X-TransactionId=[], X-ONAP-RequestID=[ffd78a5a-4c9a-437b-a438-e07ef6d8874b], Content-Type=[application/merge-patch+json]}
2021-07-06T01:04:04.608Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T01:04:05.324Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?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/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-01:04:04:612-83399], vertex-id=[270528], Content-Length=[0], Date=[Tue, 06 Jul 2021 01:04:04 GMT], Content-Type=[application/json]}
2021-07-06T01:04:05.325Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-06T01:04:05.325Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4e1088c6-6c6e-46d9-9ffe-5ecde1910fca/model-vers/model-ver/a210b3dc-08a0-4e82-a6ca-9c1d964fcdea?depth=0|INFO|500||InvokeReturn
2021-07-06T01:04:05.325Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T01:04:05.325Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|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-07-06T01:04:05.328Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|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-07-06T01:04:05.329Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffd78a5a-4c9a-437b-a438-e07ef6d8874b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T01:04:05.329Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T01:04:05.329Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:05.330Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:05.330Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533445329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:04:05.431Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T01:04:05.431Z||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-07-06T01:04:05.431Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:05.444Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:05.445Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T01:04:06.340Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T01:04:06.340Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd52e9cd-67fa-42ab-89b1-17f118cf9ac1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2c6c7a31-88e4-47c3-bed1-0b15be719a25","serviceDescription":"service","serviceInvariantUUID":"01df3cc5-d413-452b-9463-29164e06c417","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5a14c81c-2139-4725-b51f-144f26af43b9","resourceInvariantUUID":"f2a006cf-fda2-441a-a8a1-0d55a6458dbc","resourceCustomizationUUID":"9c634abd-4785-4783-94ba-fb72a1c1019a","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":"NjQ5MjQ1YTQyMThmNzI3OWE1MjI1ZDExY2ZjMjk2YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fab81f8a-cb75-42c6-8725-81850b0144e9","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":"9de2a19a-5544-448d-9603-39ae0c4235d7","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":"6e12224d-aadb-4748-9103-f0b8fd39a0ef","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":"YWMxOWI5YTMwODI0OTcwYTIwNzg5YjdiNjEzMzA2NTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b429c040-7cb3-481d-b5d5-dbfa652ad708","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":"3d28dd33-c843-4e4a-9cfa-3d21f689d05e","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":"54f154e0-5759-4c0b-81ef-b30deedd2827","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":"cca1e7a9-c4f3-4d69-a281-f75adc624dc9","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":"Yjk5YzMyOTlmNTA5ODAzM2EwM2FlMmU4MzU2Njg3MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"541633a7-7915-451e-a83d-723c0aa50815","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDAxNzRmYWM5ZmQ0OGJmZjFkMDFkZWIzMzgyYTllMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58d53422-e015-4b63-93e6-2aa31c55846e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T01:04:06.340Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:06.341Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:06.342Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:06.342Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:06.442Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:06.443Z||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-07-06T01:04:06.444Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:06.455Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:06.456Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:07.343Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:07.343Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:07.345Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:07.345Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:07.446Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T01:04:07.446Z||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-07-06T01:04:07.446Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:07.455Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:07.456Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:08.346Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:08.346Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:08.348Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:08.348Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:08.448Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:08.449Z||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-07-06T01:04:08.449Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:08.464Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:08.465Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:09.348Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:09.349Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:09.351Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:09.351Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:09.451Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:09.451Z||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-07-06T01:04:09.452Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:09.461Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:09.461Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:10.351Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:10.352Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:10.354Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:10.354Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.454Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:10.455Z||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-07-06T01:04:10.455Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:10.465Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:10.465Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:04:10.562Z||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-07-06T01:04:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:10.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533328328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533338598,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533349957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533341647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533341743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533350974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533351145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533351977,
  "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-07-06T01:04:10.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
2021-07-06T01:04:10.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 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-07-06T01:04:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "dcae-sch",
  "timestamp": 1625533343611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "cds",
  "timestamp": 1625533352368,
  "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-07-06T01:04:10.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
2021-07-06T01:04:10.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 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-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533344437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533345627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533355826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533357411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533358414,
  "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-07-06T01:04:10.642Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
2021-07-06T01:04:10.642Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 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-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533354635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533357022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533367028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533371119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533371408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "aai-ml",
  "timestamp": 1625533372124,
  "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-07-06T01:04:10.655Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
2021-07-06T01:04:10.655Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 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-07-06T01:04:10.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533372428,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:04:10.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:10.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "clamp",
  "timestamp": 1625533373433,
  "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-07-06T01:04:10.667Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
2021-07-06T01:04:10.667Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 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-07-06T01:04:10.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T01:04:10.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e8ed0a5-3f53-4ca5-8ba1-2c017958a5a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533386333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:04:10.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:04:11.354Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:11.355Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:11.356Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:11.357Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:11.457Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:11.458Z||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-07-06T01:04:11.458Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:11.465Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:11.465Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:12.357Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:12.358Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:12.359Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:12.359Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:12.459Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:12.460Z||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-07-06T01:04:12.460Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:12.469Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:12.471Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:13.360Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:13.360Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:13.362Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:13.362Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:13.462Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:13.463Z||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-07-06T01:04:13.464Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:13.473Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:13.473Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:14.362Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:14.362Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:14.364Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:14.364Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:14.464Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T01:04:14.465Z||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-07-06T01:04:14.465Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:14.476Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:14.476Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:15.365Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2c6c7a31-88e4-47c3-bed1-0b15be719a25",
  "serviceDescription": "service",
  "serviceInvariantUUID": "01df3cc5-d413-452b-9463-29164e06c417",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9c634abd-4785-4783-94ba-fb72a1c1019a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5a14c81c-2139-4725-b51f-144f26af43b9",
      "resourceInvariantUUID": "f2a006cf-fda2-441a-a8a1-0d55a6458dbc",
      "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": "ZDAxNzRmYWM5ZmQ0OGJmZjFkMDFkZWIzMzgyYTllMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58d53422-e015-4b63-93e6-2aa31c55846e"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T01:04:15.365Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T01:04:15.365Z|ffd78a5a-4c9a-437b-a438-e07ef6d8874b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2c6c7a31-88e4-47c3-bed1-0b15be719a25 ASDC
2021-07-06T01:04:15.366Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2c6c7a31-88e4-47c3-bed1-0b15be719a25
ServiceInvariantUUID:01df3cc5-d413-452b-9463-29164e06c417
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:58d53422-e015-4b63-93e6-2aa31c55846e
ArtifactChecksum:ZDAxNzRmYWM5ZmQ0OGJmZjFkMDFkZWIzMzgyYTllMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9c634abd-4785-4783-94ba-fb72a1c1019a
ResourceInvariantUUID:f2a006cf-fda2-441a-a8a1-0d55a6458dbc
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5a14c81c-2139-4725-b51f-144f26af43b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-06T01:04:15.366Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c6c7a31-88e4-47c3-bed1-0b15be719a25 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-07-06T01:04:15.387Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T01:04:15.387Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:04:15.387Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:04:15.387Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58d53422-e015-4b63-93e6-2aa31c55846e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-06T01:04:15.387Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:04:15.387Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-06T01:04:16.035Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:04:16.039Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 58d53422-e015-4b63-93e6-2aa31c55846e 106318
2021-07-06T01:04:16.040Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-06T01:04:16.040Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-06T01:04:16.040Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:04:16.040Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:16.042Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:16.042Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533456040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:04:16.142Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:16.142Z||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-07-06T01:04:16.143Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:16.153Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:16.154Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:17.042Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T01:04:17.043Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:04:17.043Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 58d53422-e015-4b63-93e6-2aa31c55846e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.043Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.044Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.044Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.117Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11510529260718775331/Definitions/service-TestPnfMacro-template.yml
2021-07-06T01:04:17.673Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T01:04:17.673Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T01:04:17.673Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.673Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-06T01:04:17.673Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.673Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||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-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||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-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-TestPnfMacro-csar.csar
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-TestPnfMacro-csar.csar
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-TestPnfMacro-csar.csar
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.674Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.675Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2c6c7a31-88e4-47c3-bed1-0b15be719a25
Model Version:NULL
Model InvariantUuid:01df3cc5-d413-452b-9463-29164e06c417
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-07-06T01:04:17.681Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5a14c81c-2139-4725-b51f-144f26af43b9
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-07-06T01:04:17.683Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-07-06T01:04:17.683Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5a14c81c-2139-4725-b51f-144f26af43b9
2021-07-06T01:04:17.683Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2c6c7a31-88e4-47c3-bed1-0b15be719a25
2021-07-06T01:04:17.683Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2c6c7a31-88e4-47c3-bed1-0b15be719a25
2021-07-06T01:04:17.683Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5a14c81c-2139-4725-b51f-144f26af43b9 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-07-06T01:04:17.686Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.686Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.687Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2c6c7a31-88e4-47c3-bed1-0b15be719a25: test-pnf
2021-07-06T01:04:17.687Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5a14c81c-2139-4725-b51f-144f26af43b9
2021-07-06T01:04:17.687Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:04:17.687Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:04:17.687Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9c634abd-4785-4783-94ba-fb72a1c1019a is the same as notified resource customizationUUID: 9c634abd-4785-4783-94ba-fb72a1c1019a
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-07-06T01:04:17.716Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5a14c81c-2139-4725-b51f-144f26af43b9 0 ASDC deployResourceStructure
2021-07-06T01:04:17.717Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-06T01:04:17.717Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-06T01:04:17.717Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:04:17.717Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:17.718Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:17.719Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533457717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:04:17.819Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:17.819Z||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-07-06T01:04:17.819Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:17.830Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:17.830Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:18.719Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:04:18.727Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd52e9cd-67fa-42ab-89b1-17f118cf9ac1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:04:18.729Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:04:18.730Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-07-06T01:04:18.735Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T01:04:48.735Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 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-07-06T01:04:48.740Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 and serviceModelVersionId: 2c6c7a31-88e4-47c3-bed1-0b15be719a25
2021-07-06T01:04:48.740Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01df3cc5-d413-452b-9463-29164e06c417
2021-07-06T01:04:48.740Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01df3cc5-d413-452b-9463-29164e06c417/model-vers/model-ver/2c6c7a31-88e4-47c3-bed1-0b15be719a25?depth=0
2021-07-06T01:04:48.744Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T01:04:48.768Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01df3cc5-d413-452b-9463-29164e06c417/model-vers/model-ver/2c6c7a31-88e4-47c3-bed1-0b15be719a25?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-07-06T01:04:48.769Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01df3cc5-d413-452b-9463-29164e06c417/model-vers/model-ver/2c6c7a31-88e4-47c3-bed1-0b15be719a25?depth=0|INFO|500||Invoke
2021-07-06T01:04:48.786Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01df3cc5-d413-452b-9463-29164e06c417/model-vers/model-ver/2c6c7a31-88e4-47c3-bed1-0b15be719a25?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T01:04:48.942Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01df3cc5-d413-452b-9463-29164e06c417/model-vers/model-ver/2c6c7a31-88e4-47c3-bed1-0b15be719a25?depth=0|INFO|500||InvokeReturn
2021-07-06T01:04:48.943Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01df3cc5-d413-452b-9463-29164e06c417/model-vers/model-ver/2c6c7a31-88e4-47c3-bed1-0b15be719a25?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210706-01:04:48:791-3966], vertex-id=[196816], Content-Length=[0], Date=[Tue, 06 Jul 2021 01:04:48 GMT], Content-Type=[application/json]}
2021-07-06T01:04:48.943Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-06T01:04:48.943Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T01:04:48.943Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-07-06T01:04:48.946Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-07-06T01:04:48.947Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd52e9cd-67fa-42ab-89b1-17f118cf9ac1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T01:04:48.947Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T01:04:48.947Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:48.948Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:48.948Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533488947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:04:49.049Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:49.049Z||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-07-06T01:04:49.049Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:49.059Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:49.060Z||pool-96-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-07-06T01:04:49.960Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:04:49.961Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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-07-06T01:04:49.961Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:50.587Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:50.587Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T01:04:50.587Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"00a4ae94-2ca8-4233-a404-011f3fbca09f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d63f8f54-f092-4d74-8dd4-a52d03704789","serviceDescription":"service","serviceInvariantUUID":"9a1d2f10-1123-4d9f-8aa1-89a9506e253e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aeae113c-e4a2-42f7-80ee-dd043ce886dc","resourceInvariantUUID":"88a48565-90de-4951-a5e3-3b6df272d40b","resourceCustomizationUUID":"bfeddb78-90bc-4250-90be-fdc84cc402ea","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":"M2Y0ODM1MjQ5M2Y4MjJiMGI0MTc3MTc2MTU3ODUwZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c93aaf1-eb54-4a37-9f8a-fee7c026641b","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":"1c3d87e5-5b37-4e18-8a85-2cded73a3d3f","artifactVersion":"2","generatedFromUUID":"774e976c-b224-41e8-a09b-3e61878db064"},{"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":"774e976c-b224-41e8-a09b-3e61878db064","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":"OWI5NTk4MzA5ZjAzNzJkYTc0ODViOTIwYjA1YzIzMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2684747f-a0f7-40db-a12b-f77f69983f29","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":"2bf2ad83-6e86-4f08-82e2-4a062b5421f1","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":"bba2dfc7-c394-4c55-a609-600840ff3a03","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":"f191732e-912e-4b87-ac78-2370c588af03","artifactVersion":"2","generatedFromUUID":"2bf2ad83-6e86-4f08-82e2-4a062b5421f1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGQ1ZWIwYWE2ZGM1ZTA1YjAwZjE4MjdmMGVjN2JlNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c11b9bcc-9755-4b97-8afb-25417484af7e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzBkMGJkNWExZmY2MTFhMTNjMGFmYWUyNDVlYmQ1ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e170e229-eda2-4446-b6e2-3983ac132a96","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T01:04:50.589Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:50.589Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:50.590Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:50.590Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:50.691Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:50.691Z||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-07-06T01:04:50.691Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:50.701Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:50.702Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:51.591Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:51.591Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:51.593Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:51.593Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-06T01:04:51.693Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:51.694Z||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-07-06T01:04:51.694Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:51.705Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:51.705Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:52.594Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:52.594Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:52.596Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:52.596Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-06T01:04:52.696Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:52.697Z||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-07-06T01:04:52.697Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:52.709Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:52.709Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:53.596Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:53.597Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:53.599Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:53.599Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:04:53.699Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:53.700Z||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-07-06T01:04:53.700Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:53.711Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:53.712Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:54.599Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:54.600Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:54.601Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:54.601Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:04:54.702Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:54.702Z||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-07-06T01:04:54.702Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:54.711Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:54.711Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:55.602Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:55.603Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:55.604Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:55.604Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:55.704Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:55.705Z||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-07-06T01:04:55.705Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:55.717Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:55.717Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:56.605Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:56.605Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:56.607Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:56.607Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-06T01:04:56.707Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:56.708Z||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-07-06T01:04:56.708Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:56.718Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:56.718Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:57.607Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:57.608Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:57.610Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:57.610Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:04:57.710Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:57.711Z||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-07-06T01:04:57.711Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:57.720Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:57.720Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:04:58.610Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T01:04:58.611Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:04:58.612Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:04:58.612Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:04:58.712Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:04:58.713Z||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-07-06T01:04:58.713Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:04:58.724Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:04:58.724Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:04:59.613Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d63f8f54-f092-4d74-8dd4-a52d03704789",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a1d2f10-1123-4d9f-8aa1-89a9506e253e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "bfeddb78-90bc-4250-90be-fdc84cc402ea",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aeae113c-e4a2-42f7-80ee-dd043ce886dc",
      "resourceInvariantUUID": "88a48565-90de-4951-a5e3-3b6df272d40b",
      "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": "1c3d87e5-5b37-4e18-8a85-2cded73a3d3f",
          "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": "774e976c-b224-41e8-a09b-3e61878db064",
          "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": "OWI5NTk4MzA5ZjAzNzJkYTc0ODViOTIwYjA1YzIzMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2684747f-a0f7-40db-a12b-f77f69983f29",
          "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": "2bf2ad83-6e86-4f08-82e2-4a062b5421f1",
          "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": "f191732e-912e-4b87-ac78-2370c588af03",
            "generatedFromUUID": "2bf2ad83-6e86-4f08-82e2-4a062b5421f1"
          },
          "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": "f191732e-912e-4b87-ac78-2370c588af03",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzBkMGJkNWExZmY2MTFhMTNjMGFmYWUyNDVlYmQ1ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e170e229-eda2-4446-b6e2-3983ac132a96"
    }
  ],
  "workloadContext": "Production"
}
2021-07-06T01:04:59.614Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T01:04:59.614Z|bd52e9cd-67fa-42ab-89b1-17f118cf9ac1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d63f8f54-f092-4d74-8dd4-a52d03704789 ASDC
2021-07-06T01:04:59.614Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:00a4ae94-2ca8-4233-a404-011f3fbca09f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d63f8f54-f092-4d74-8dd4-a52d03704789
ServiceInvariantUUID:9a1d2f10-1123-4d9f-8aa1-89a9506e253e
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:e170e229-eda2-4446-b6e2-3983ac132a96
ArtifactChecksum:NzBkMGJkNWExZmY2MTFhMTNjMGFmYWUyNDVlYmQ1ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:bfeddb78-90bc-4250-90be-fdc84cc402ea
ResourceInvariantUUID:88a48565-90de-4951-a5e3-3b6df272d40b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:aeae113c-e4a2-42f7-80ee-dd043ce886dc
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:1c3d87e5-5b37-4e18-8a85-2cded73a3d3f
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:774e976c-b224-41e8-a09b-3e61878db064
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:2684747f-a0f7-40db-a12b-f77f69983f29
ArtifactChecksum:OWI5NTk4MzA5ZjAzNzJkYTc0ODViOTIwYjA1YzIzMDM=
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:2bf2ad83-6e86-4f08-82e2-4a062b5421f1
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:f191732e-912e-4b87-ac78-2370c588af03
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:f191732e-912e-4b87-ac78-2370c588af03
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-06T01:04:59.614Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d63f8f54-f092-4d74-8dd4-a52d03704789 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-07-06T01:04:59.644Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T01:04:59.644Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:04:59.644Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:04:59.644Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e170e229-eda2-4446-b6e2-3983ac132a96 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-06T01:04:59.644Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:04:59.644Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-06T01:05:00.450Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:05:00.452Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e170e229-eda2-4446-b6e2-3983ac132a96 71169
2021-07-06T01:05:00.453Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-06T01:05:00.453Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-06T01:05:00.453Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:05:00.453Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:00.454Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:00.454Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533500452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:00.554Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:00.555Z||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-07-06T01:05:00.555Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:00.566Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:00.566Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:01.455Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T01:05:01.456Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T01:05:01.456Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e170e229-eda2-4446-b6e2-3983ac132a96, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:01.456Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-07-06T01:05:01.456Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:01.456Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:01.559Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14683701636429598031/Definitions/service-BasicCnf-template.yml
2021-07-06T01:05:02.331Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T01:05:02.331Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T01:05:02.332Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:02.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bd32d630-7c11-4cf5-ac58-93298cf4f838
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:02.335Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:02.336Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d63f8f54-f092-4d74-8dd4-a52d03704789
Model Version:NULL
Model InvariantUuid:9a1d2f10-1123-4d9f-8aa1-89a9506e253e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:db8bb376-96de-4982-9122-efb490569148
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88a48565-90de-4951-a5e3-3b6df272d40b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bfeddb78-90bc-4250-90be-fdc84cc402ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8f750d32-2cd9-4d0c-a7b2-653f2b6bb12e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:183d01b9-85cd-4073-b5cc-3918d8e8aa73
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bd32d630-7c11-4cf5-ac58-93298cf4f838
ModelInvariantUuid:dbc521dc-94b3-414e-bf70-d158939c4b47
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4bd6c08e-3906-4b34-86e4-7120da47e802
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e33fd799-f1fa-41a2-a831-58031f131d24
ModelInvariantUuid:da9b7c99-f125-4d53-9c41-874dd1dc54a2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a578227f-fecf-4623-b7da-9e666e77b8c2
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-07-06T01:05:02.342Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: aeae113c-e4a2-42f7-80ee-dd043ce886dc
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-07-06T01:05:02.344Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-07-06T01:05:02.344Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aeae113c-e4a2-42f7-80ee-dd043ce886dc
2021-07-06T01:05:02.344Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1c3d87e5-5b37-4e18-8a85-2cded73a3d3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-06T01:05:02.344Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:05:02.345Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-06T01:05:04.039Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:05:04.039Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1c3d87e5-5b37-4e18-8a85-2cded73a3d3f 12
2021-07-06T01:05:04.040Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-06T01:05:04.040Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-06T01:05:04.040Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:05:04.040Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:04.042Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:04.042Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533504040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:04.142Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:04.142Z||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-07-06T01:05:04.143Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:04.154Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:04.154Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:05.042Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 774e976c-b224-41e8-a09b-3e61878db064 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-06T01:05:05.043Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:05:05.043Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-06T01:05:07.450Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:05:07.451Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 774e976c-b224-41e8-a09b-3e61878db064 2688
2021-07-06T01:05:07.451Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-06T01:05:07.451Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-06T01:05:07.451Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:05:07.451Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:07.453Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:07.453Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533507451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:07.553Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:07.553Z||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-07-06T01:05:07.553Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:07.565Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:07.565Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-06T01:05:08.454Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2684747f-a0f7-40db-a12b-f77f69983f29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-06T01:05:08.454Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:05:08.454Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-06T01:05:09.863Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:05:09.863Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2684747f-a0f7-40db-a12b-f77f69983f29 828
2021-07-06T01:05:09.864Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-06T01:05:09.864Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-06T01:05:09.864Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:05:09.864Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:09.865Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:09.865Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533509864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:09.966Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T01:05:09.966Z||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-07-06T01:05:09.966Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:09.975Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:09.976Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:05:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T01:05:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:10.582Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:10.593Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.593Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.594Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533400372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533404236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533407150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533409431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.595Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.596Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533410528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.597Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533411530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.598Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533412533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.599Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533413536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.600Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.601Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.602Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533404437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533401743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.603Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "dcae-sch",
  "timestamp": 1625533403611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533405627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533401646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1625533408328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533418938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.604Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533418952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533418943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533419036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.605Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533420661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533420668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533420860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533420939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.606Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1625533421942,
  "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-07-06T01:05:10.612Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.619Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533413598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533414635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533423834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533423955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533424038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.620Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533417022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533426664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533427521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.621Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "cds",
  "timestamp": 1625533427669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-06T01:05:10.625Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.625Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.630Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533427727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533427934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533427938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.631Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533428762,
  "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-07-06T01:05:10.634Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.634Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.640Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.641Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533428937,
  "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-07-06T01:05:10.643Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.643Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.647Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.647Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533428945,
  "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-07-06T01:05:10.650Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.650Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1625533429765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1625533429940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1625533429949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533435240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.654Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "aai-ml",
  "timestamp": 1625533436243,
  "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-07-06T01:05:10.657Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.657Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533436315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533437332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.664Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "clamp",
  "timestamp": 1625533438335,
  "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-07-06T01:05:10.667Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00a4ae94-2ca8-4233-a404-011f3fbca09f
2021-07-06T01:05:10.667Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd78a5a-4c9a-437b-a438-e07ef6d8874b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533445329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:05:10.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:05:10.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:05:10.866Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8f750d32-2cd9-4d0c-a7b2-653f2b6bb12e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "183d01b9-85cd-4073-b5cc-3918d8e8aa73",
    "vfModuleModelCustomizationUUID": "9f8ecfce-2dff-42ba-8b3e-12ce9390abd5",
    "isBase": true,
    "artifacts": [
      "2bf2ad83-6e86-4f08-82e2-4a062b5421f1",
      "774e976c-b224-41e8-a09b-3e61878db064",
      "f191732e-912e-4b87-ac78-2370c588af03"
    ],
    "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-07-06T01:05:10.868Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:183d01b9-85cd-4073-b5cc-3918d8e8aa73
VfModuleModelInvariantUUID:8f750d32-2cd9-4d0c-a7b2-653f2b6bb12e
VfModuleModelDescription:NULL
Artifacts UUID List:{
2bf2ad83-6e86-4f08-82e2-4a062b5421f1
,
774e976c-b224-41e8-a09b-3e61878db064
,
f191732e-912e-4b87-ac78-2370c588af03

}
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-07-06T01:05:10.870Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8f750d32-2cd9-4d0c-a7b2-653f2b6bb12e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "183d01b9-85cd-4073-b5cc-3918d8e8aa73",
    "vfModuleModelCustomizationUUID": "9f8ecfce-2dff-42ba-8b3e-12ce9390abd5",
    "isBase": true,
    "artifacts": [
      "2bf2ad83-6e86-4f08-82e2-4a062b5421f1",
      "774e976c-b224-41e8-a09b-3e61878db064",
      "f191732e-912e-4b87-ac78-2370c588af03"
    ],
    "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-07-06T01:05:10.870Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:183d01b9-85cd-4073-b5cc-3918d8e8aa73
VfModuleModelInvariantUUID:8f750d32-2cd9-4d0c-a7b2-653f2b6bb12e
VfModuleModelDescription:NULL
Artifacts UUID List:{
2bf2ad83-6e86-4f08-82e2-4a062b5421f1
,
774e976c-b224-41e8-a09b-3e61878db064
,
f191732e-912e-4b87-ac78-2370c588af03

}
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-07-06T01:05:10.870Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2bf2ad83-6e86-4f08-82e2-4a062b5421f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-06T01:05:10.870Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:05:10.870Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-06T01:05:11.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:05:11.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2bf2ad83-6e86-4f08-82e2-4a062b5421f1 1164
2021-07-06T01:05:11.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-06T01:05:11.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-06T01:05:11.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:05:11.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:11.563Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:11.563Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533511561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:11.663Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T01:05:11.664Z||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-07-06T01:05:11.664Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:11.675Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:11.676Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:12.564Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f191732e-912e-4b87-ac78-2370c588af03 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-06T01:05:12.565Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T01:05:12.565Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-06T01:05:13.242Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T01:05:13.243Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f191732e-912e-4b87-ac78-2370c588af03 200
2021-07-06T01:05:13.243Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-06T01:05:13.243Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-06T01:05:13.243Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T01:05:13.243Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:13.245Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:13.245Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533513243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:05:13.346Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T01:05:13.346Z||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-07-06T01:05:13.346Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:13.358Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:13.358Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:14.246Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d63f8f54-f092-4d74-8dd4-a52d03704789
2021-07-06T01:05:14.246Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 aeae113c-e4a2-42f7-80ee-dd043ce886dc 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-07-06T01:05:14.259Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-07-06T01:05:14.263Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.263Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.263Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-07-06T01:05:14.263Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bfeddb78-90bc-4250-90be-fdc84cc402ea
2021-07-06T01:05:14.263Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bfeddb78-90bc-4250-90be-fdc84cc402ea matches Tosca VF Customization UUID: bfeddb78-90bc-4250-90be-fdc84cc402ea
2021-07-06T01:05:14.264Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bfeddb78-90bc-4250-90be-fdc84cc402ea  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-07-06T01:05:14.265Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.265Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.266Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bfeddb78-90bc-4250-90be-fdc84cc402ea: {\"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-07-06T01:05:14.266Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b8f440b
2021-07-06T01:05:14.266Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.266Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T01:05:14.266Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f8ecfce-2dff-42ba-8b3e-12ce9390abd5
2021-07-06T01:05:14.266Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f8ecfce-2dff-42ba-8b3e-12ce9390abd5
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-07-06T01:05:14.268Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.268Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:14.268Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:05:14.268Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.268Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:14.269Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:05:14.269Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.269Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-06T01:05:14.269Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-06T01:05:14.269Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bd32d630-7c11-4cf5-ac58-93298cf4f838
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-07-06T01:05:14.271Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.271Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:14.271Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T01:05:14.271Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.271Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-06T01:05:14.271Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bfeddb78-90bc-4250-90be-fdc84cc402ea
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-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d63f8f54-f092-4d74-8dd4-a52d03704789: basic_cnf
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.273Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.274Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.274Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.274Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.274Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-06T01:05:14.274Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T01:05:14.274Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T01:05:14.324Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf aeae113c-e4a2-42f7-80ee-dd043ce886dc 1 ASDC deployResourceStructure
2021-07-06T01:05:14.325Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-06T01:05:14.325Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-07-06T01:05:14.325Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-06T01:05:14.325Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:14.327Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:14.327Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533514324,
  "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-07-06T01:05:14.427Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:14.427Z||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-07-06T01:05:14.428Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:14.438Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:14.439Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:15.328Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-06T01:05:15.328Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-07-06T01:05:15.328Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-06T01:05:15.328Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:15.330Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:15.330Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533515327,
  "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-07-06T01:05:15.430Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:15.431Z||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-07-06T01:05:15.431Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:15.443Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:15.443Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:16.331Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-06T01:05:16.331Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-06T01:05:16.331Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:05:16.331Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:16.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:16.333Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533516330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:16.433Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:16.434Z||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-07-06T01:05:16.434Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:16.446Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:16.446Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:17.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-06T01:05:17.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-06T01:05:17.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:05:17.334Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:17.336Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:17.336Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533517334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:17.437Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T01:05:17.437Z||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-07-06T01:05:17.438Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:17.447Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:17.447Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:18.341Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-06T01:05:18.341Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-06T01:05:18.341Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:05:18.341Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:18.343Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:18.343Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533518341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:18.443Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:18.443Z||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-07-06T01:05:18.444Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:18.454Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:18.454Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:19.347Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-06T01:05:19.347Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-06T01:05:19.347Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T01:05:19.348Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:19.349Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:19.349Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533519347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:05:19.449Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:19.450Z||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-07-06T01:05:19.450Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:19.461Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:19.462Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T01:05:20.351Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00a4ae94-2ca8-4233-a404-011f3fbca09f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-06T01:05:20.359Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00a4ae94-2ca8-4233-a404-011f3fbca09f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:05:20.361Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-06T01:05:20.362Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:05:20.365Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T01:05:50.365Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00a4ae94-2ca8-4233-a404-011f3fbca09f 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-07-06T01:05:50.370Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00a4ae94-2ca8-4233-a404-011f3fbca09f and serviceModelVersionId: d63f8f54-f092-4d74-8dd4-a52d03704789
2021-07-06T01:05:50.370Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a1d2f10-1123-4d9f-8aa1-89a9506e253e
2021-07-06T01:05:50.370Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a1d2f10-1123-4d9f-8aa1-89a9506e253e/model-vers/model-ver/d63f8f54-f092-4d74-8dd4-a52d03704789?depth=0
2021-07-06T01:05:50.374Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T01:05:50.404Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a1d2f10-1123-4d9f-8aa1-89a9506e253e/model-vers/model-ver/d63f8f54-f092-4d74-8dd4-a52d03704789?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-07-06T01:05:50.404Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a1d2f10-1123-4d9f-8aa1-89a9506e253e/model-vers/model-ver/d63f8f54-f092-4d74-8dd4-a52d03704789?depth=0|INFO|500||Invoke
2021-07-06T01:05:50.420Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a1d2f10-1123-4d9f-8aa1-89a9506e253e/model-vers/model-ver/d63f8f54-f092-4d74-8dd4-a52d03704789?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-06T01:05:50.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a1d2f10-1123-4d9f-8aa1-89a9506e253e/model-vers/model-ver/d63f8f54-f092-4d74-8dd4-a52d03704789?depth=0|INFO|500||InvokeReturn
2021-07-06T01:05:50.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9a1d2f10-1123-4d9f-8aa1-89a9506e253e/model-vers/model-ver/d63f8f54-f092-4d74-8dd4-a52d03704789?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-01:05:50:424-13751], vertex-id=[241832], Content-Length=[0], Date=[Tue, 06 Jul 2021 01:05:50 GMT], Content-Type=[application/json]}
2021-07-06T01:05:50.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-06T01:05:50.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T01:05:50.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:05:50.564Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:05:50.565Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00a4ae94-2ca8-4233-a404-011f3fbca09f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T01:05:50.565Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T01:05:50.565Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T01:05:50.566Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T01:05:50.566Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533550565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:05:50.667Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T01:05:50.667Z||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-07-06T01:05:50.667Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:05:50.681Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:05:50.681Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T01:05:51.576Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:05:51.576Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:05:51.577Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:06:01.121Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:06:01.122Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:06:01.122Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:06:01.122Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:06:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:06:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T01:06:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:06:10.587Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533387344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.588Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533456040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533457717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd52e9cd-67fa-42ab-89b1-17f118cf9ac1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533488947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.589Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533489960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533500452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533504040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533507451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533509864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:06:10.590Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:06:10.662Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:06:10.663Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:06:10.663Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:06:10.663Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:06:20.207Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:06:20.207Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:06:20.208Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:06:20.208Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:06:29.756Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:06:29.756Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:06:29.756Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:06:29.757Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:06:39.297Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:07:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:07:10.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:07:10.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:07:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:07:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T01:07:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:07:11.084Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:07:11.084Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.084Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533511561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533513243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533514324,
  "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-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533515327,
  "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-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533516330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533517334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.085Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533518341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533519347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00a4ae94-2ca8-4233-a404-011f3fbca09f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1625533550565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T01:07:11.086Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T01:07:20.108Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:08:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:08:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:08:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:08:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:08:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T01:08:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:08:20.108Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:08:20.110Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:09:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:09:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:09:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:09:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:09:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T01:09:10.562Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:09:20.106Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:09:20.108Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:10:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:10:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:10:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:10:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:10:10.562Z||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-07-06T01:10:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:10:20.106Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:10:20.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:11:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:11:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:11:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:11:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:11:10.562Z||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-07-06T01:11:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:11:20.108Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:11:20.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:12:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:12:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:12:10.560Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:12:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:12:10.562Z||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-07-06T01:12:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:12:20.120Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:12:20.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:13:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:13:10.560Z||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-07-06T01:13:10.560Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:13:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:13:10.562Z||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-07-06T01:13:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:13:20.109Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:13:20.109Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:14:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:14:10.560Z||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-07-06T01:14:10.560Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:14:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:14:10.562Z||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-07-06T01:14:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:14:20.110Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:14:20.110Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:15:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:15:10.560Z||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-07-06T01:15:10.560Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:15:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:15:10.562Z||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-07-06T01:15:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:15:20.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:15:20.111Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:16:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:16:10.560Z||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-07-06T01:16:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:16:10.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:16:10.562Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:16:10.562Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:16:20.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:16:20.120Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:17:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:17:10.560Z||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-07-06T01:17:10.560Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:17:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:17:10.562Z||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-07-06T01:17:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:17:20.111Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:17:20.112Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:18:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:18:10.560Z||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-07-06T01:18:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:18:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:18:10.562Z||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-07-06T01:18:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:18:20.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:18:20.110Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:19:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:19:10.560Z||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-07-06T01:19:10.560Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:19:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:19:10.562Z||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-07-06T01:19:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:19:20.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:19:20.112Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:20:10.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:20:10.560Z||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-07-06T01:20:10.560Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:20:10.561Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T01:20:10.562Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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-07-06T01:20:10.562Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T01:20:20.112Z|00a4ae94-2ca8-4233-a404-011f3fbca09f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-06T01:20:20.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK