Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-04-10T00:28:15.585Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-8lfnf with PID 14 (/app/app.jar started by so in /app)
2021-04-10T00:28:15.590Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-10T00:28:15.591Z||main|||||INFO|500||The following profiles are active: basic
2021-04-10T00:28:22.500Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-10T00:28:22.500Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-10T00:28:22.590Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-10T00:28:24.072Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-10T00:28:24.260Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-10T00:28:24.611Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-10T00:28:24.623Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-10T00:28:24.727Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-10T00:28:24.893Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-10T00:28:25.274Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-10T00:28:25.986Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T00:28:28.196Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T00:28:28.242Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-10T00:28:28.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-10T00:28:28.802Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-04-10T00:28:30.029Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-10T00:28:30.962Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-10T00:28:30.980Z||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$$3e9d4a3a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-04-10T00:28:30.981Z||main|||||WARN|500||The sdc end point is not alive
2021-04-10T00:28:33.334Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-10T00:28:35.610Z||main|||||WARN|500||---
2021-04-10T00:28:35.610Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-10T00:28:35.611Z||main|||||WARN|500||---
2021-04-10T00:28:36.039Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-10T00:28:39.105Z||main|||||INFO|500||Started Application in 25.572 seconds (JVM running for 26.746)
2021-04-10T00:28:39.106Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-10T00:28:39.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-10T00:28:39.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-10T00:28:39.181Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-10T00:28:39.222Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81d589f8-6638-4148-9d52-5585948dad4a url= /sdc/v1/artifactTypes
2021-04-10T00:28:39.255Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-10T00:28:39.528Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-10T00:28:39.545Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-10T00:28:39.575Z||scheduling-1|||||DEBUG|500||create keys
2021-04-10T00:28:39.582Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-10T00:28:39.613Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:28:39.633Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 434158ad-3c48-4057-b5bb-5370cfd9e425 url= /sdc/v1/registerForDistribution
2021-04-10T00:28:39.795Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 434158ad-3c48-4057-b5bb-5370cfd9e425 url= /sdc/v1/registerForDistribution
2021-04-10T00:28:39.795Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-10T00:28:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:28:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:28:39.811Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:28:39.812Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:28:39.811Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-10T00:28:39.812Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:28:39.813Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:28:50.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:28:50.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:29:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:29:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:29:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:29:39.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:29:39.807Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:29:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:29:49.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:29:49.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:30:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:30:39.804Z||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-04-10T00:30:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:30:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:30:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:30:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:30:49.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:30:49.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:31:39.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:31:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:31:39.810Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:31:39.810Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:31:39.815Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:31:39.815Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:31:49.361Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:31:49.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:32:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:32:39.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:32:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:32:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:32:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:32:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:32:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:32:49.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:33:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:33:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:33:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:33:39.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:33:39.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:33:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:33:49.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:33:49.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:34:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:34:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:34:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:34:39.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:34:39.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:34:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:34:49.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:34:49.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:35:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:35:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:35:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:35:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:35:39.807Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:35:39.808Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:35:49.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:35:49.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:36:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:36:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:36:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:36:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:36:39.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:36:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:36:49.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:36:49.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:37:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:37:39.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:37:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:37:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:37:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:37:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:37:49.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:37:49.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:38:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:38:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:38:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:38:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:38:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:38:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:38:49.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:38:49.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:39:02.375Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-10T00:39:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:39:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:39:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:39:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:39:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:39:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:39:49.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:39:49.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:40:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:40:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:40:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:40:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:40:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:40:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:40:49.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:40:49.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:41:39.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:41:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:41:39.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:41:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:41:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:41:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:41:49.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:41:49.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:42:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:42:39.805Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:42:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:42:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:42:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:42:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:42:49.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:42:49.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:43:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:43:39.804Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:43:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:43:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:43:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:43:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:43:49.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:43:49.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:44:39.803Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:44:39.804Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:44:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:44:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:44:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:44:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:44:49.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:44:49.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:45:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:45:39.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:45:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:45:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:45:39.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:45:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:45:49.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:45:49.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:46:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:46:39.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:46:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:46:39.806Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:46:39.807Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:46:39.808Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:46:49.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:46:49.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:47:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:47:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:47:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:47:39.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:47:39.807Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:47:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:47:49.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:47:49.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:48:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:48:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:48:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:48:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:48:39.807Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:48:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:48:49.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:48:49.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:49:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:49:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:49:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:49:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:49:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:49:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:49:49.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:49:49.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:50:39.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:50:39.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:50:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:50:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:50:39.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:50:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:50:49.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:50:49.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:51:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:51:39.804Z||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-04-10T00:51:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:51:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:51:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:51:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:51:49.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:51:49.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:52:39.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:52:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:52:39.807Z||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-04-10T00:52:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:52:39.807Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:52:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:52:49.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:52:49.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:53:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:53:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:53:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:53:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:53:39.807Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:53:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:53:49.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:53:49.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:54:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:54:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:54:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:54:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:54:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:54:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:54:49.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:54:49.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:55:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:55:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:55:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:55:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:55:39.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:55:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:55:49.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:55:49.358Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:56:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:56:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:56:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:56:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:56:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:56:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:56:49.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:56:49.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:57:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:57:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:57:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:57:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:57:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:57:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:57:49.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:57:49.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:58:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:58:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:58:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:58:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:58:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:58:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:58:49.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:58:49.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:59:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:59:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:59:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:59:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T00:59:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T00:59:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T00:59:49.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T00:59:49.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:00:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:00:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:00:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:00:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:00:39.807Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:00:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:00:49.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:00:49.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:01:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:01:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:01:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:01:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:01:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:01:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:01:49.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:01:49.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:02:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:02:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:02:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:02:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:02:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:02:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:02:49.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:02:49.353Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:03:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:03:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:03:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:03:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:03:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:03:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:03:49.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:03:49.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:04:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:04:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:04:39.804Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:04:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:04:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:04:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:04:49.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:04:49.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:05:39.803Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:05:39.804Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:05:39.805Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:05:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:05:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:05:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:05:49.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:05:49.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:06:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:06:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:06:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:06:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:06:39.807Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:06:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:06:49.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:06:49.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:07:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:07:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:07:39.805Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:07:39.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:07:39.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:07:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:07:49.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:07:49.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:08:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:08:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:08:39.805Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:08:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:08:39.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:08:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:08:49.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:08:49.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:09:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:09:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:09:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:09:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:09:39.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:09:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:09:49.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:09:49.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:10:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:10:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:10:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:10:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:10:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:10:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:10:49.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:10:49.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:11:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:11:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:11:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:11:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:11:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:11:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:11:49.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:11:49.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:12:39.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:12:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:12:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:12:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:12:39.806Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:12:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:12:49.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:12:49.355Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:13:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:13:39.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:13:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:13:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:13:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:13:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:13:49.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:13:49.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:14:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:14:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:14:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:14:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:14:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:14:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:14:49.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:14:49.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:15:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:15:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:15:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:15:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:15:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:15:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:15:49.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:15:49.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:16:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:16:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:16:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:16:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:16:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:16:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:16:49.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:16:49.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:17:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:17:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:17:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:17:39.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:17:39.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:17:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:17:49.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:17:49.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:18:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:18:39.804Z||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-04-10T01:18:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:18:39.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:18:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:18:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:18:49.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:18:49.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:19:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:19:39.804Z||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-04-10T01:19:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:19:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:19:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:19:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:19:49.346Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:19:49.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:20:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:20:39.804Z||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-04-10T01:20:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:20:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:20:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:20:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:20:49.347Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:20:49.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:21:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:21:39.804Z||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-04-10T01:21:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:21:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:21:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:21:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:21:49.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:21:49.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:39.803Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:22:39.804Z||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-04-10T01:22:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:22:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:22:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:45.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:45.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"554bdc79-f0a0-4481-a00d-5eb926586505","serviceName":"vFW 2021-04-10 01-21-00","serviceVersion":"1.0","serviceUUID":"464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f","serviceDescription":"catalog service description","serviceInvariantUUID":"6b57fc71-f72f-4d82-bdd3-337cb8c49361","resources":[{"resourceInstanceName":"vFW 6dd87c81-f6f4 0","resourceName":"vFW 6dd87c81-f6f4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11db4fd6-cea2-4311-88fd-8ec53619abc0","resourceInvariantUUID":"640091dd-6165-42e0-98e8-60e9989b5eac","resourceCustomizationUUID":"5b531328-dd06-40ae-aadd-60196c28b71f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml","artifactChecksum":"MTI3NmYzMTJlMGM5OTZjZmY3Y2EyNzhkYjNkMTJhOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5631a1ee-944f-4a12-aa59-98afc10ee399","artifactVersion":"1"},{"artifactName":"vfw6dd87c81f6f40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json","artifactChecksum":"OWVlYWM1NjMxNjJmYmMzZWY3NTE2ZmRkMTJkOTk3ZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b26d1b30-a534-4641-8633-f7a7577ac0c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fddb9b94-7454-4994-bbbb-16e9d7d0ac9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml","artifactChecksum":"NjVkY2YwZGYyMjVhMWE1ZDc3ZGFiNjE0YWI0ZWExZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70c4243c-4078-454b-b1c3-334d6b588360","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef1642e1-17da-428b-87e5-66ddc8b8b38b","artifactVersion":"2","generatedFromUUID":"fddb9b94-7454-4994-bbbb-16e9d7d0ac9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210410012100-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml","artifactChecksum":"ZThmYWY4OTQ2ZTk3ZDUwNGU1M2M5NzZmN2QxOTg3Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ea6479b-0c8e-4097-82eb-e86c2b86c9a5","artifactVersion":"1"},{"artifactName":"service-Vfw20210410012100-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar","artifactChecksum":"NDk4Y2YzYjhiZjljYzJjZGYwYWNiZTE0NzZlZGRjZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0a778fb-16b8-42f5-bbb6-4ade66c2858c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:22:45.616Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:45.622Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:45.668Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:45.668Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.769Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-10T01:22:45.774Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:45.774Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:45.786Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:45.787Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:45.956Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:45.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:22:45.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:22:45.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:45.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:22:46.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:46.676Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:46.678Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:46.679Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:22:46.779Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:46.780Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:46.780Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:46.792Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:46.793Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:47.680Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:47.680Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:47.682Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:47.682Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:22:47.782Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:47.783Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:47.783Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:47.794Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:47.795Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:48.682Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:48.684Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:48.686Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:48.686Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:48.786Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:48.787Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:48.787Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:48.799Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:48.799Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:22:49.686Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:49.687Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:49.690Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:49.690Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T01:22:49.790Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:49.791Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:49.791Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:49.802Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:49.803Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:22:50.690Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:50.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:50.695Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:50.695Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:22:50.795Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:50.796Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:50.796Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:50.811Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:50.811Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:51.695Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:22:51.696Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:51.699Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:51.699Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:22:51.799Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:51.800Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:51.800Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:51.812Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:51.812Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:52.700Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "serviceName": "vFW 2021-04-10 01-21-00",
  "serviceVersion": "1.0",
  "serviceUUID": "464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6b57fc71-f72f-4d82-bdd3-337cb8c49361",
  "resources": [
    {
      "resourceInstanceName": "vFW 6dd87c81-f6f4 0",
      "resourceCustomizationUUID": "5b531328-dd06-40ae-aadd-60196c28b71f",
      "resourceName": "vFW 6dd87c81-f6f4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "11db4fd6-cea2-4311-88fd-8ec53619abc0",
      "resourceInvariantUUID": "640091dd-6165-42e0-98e8-60e9989b5eac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6dd87c81f6f40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
          "artifactChecksum": "OWVlYWM1NjMxNjJmYmMzZWY3NTE2ZmRkMTJkOTk3ZTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b26d1b30-a534-4641-8633-f7a7577ac0c3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fddb9b94-7454-4994-bbbb-16e9d7d0ac9c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ef1642e1-17da-428b-87e5-66ddc8b8b38b",
            "generatedFromUUID": "fddb9b94-7454-4994-bbbb-16e9d7d0ac9c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ef1642e1-17da-428b-87e5-66ddc8b8b38b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210410012100-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
      "artifactChecksum": "NDk4Y2YzYjhiZjljYzJjZGYwYWNiZTE0NzZlZGRjZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0a778fb-16b8-42f5-bbb6-4ade66c2858c"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:22:52.701Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:22:52.701Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f ASDC
2021-04-10T01:22:52.789Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:554bdc79-f0a0-4481-a00d-5eb926586505
ServiceName:vFW 2021-04-10 01-21-00
ServiceVersion:1.0
ServiceUUID:464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
ServiceInvariantUUID:6b57fc71-f72f-4d82-bdd3-337cb8c49361
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210410012100-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
ArtifactUUID:f0a778fb-16b8-42f5-bbb6-4ade66c2858c
ArtifactChecksum:NDk4Y2YzYjhiZjljYzJjZGYwYWNiZTE0NzZlZGRjZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6dd87c81-f6f4 0
ResourceCustomizationUUID:5b531328-dd06-40ae-aadd-60196c28b71f
ResourceInvariantUUID:640091dd-6165-42e0-98e8-60e9989b5eac
ResourceName:vFW 6dd87c81-f6f4
ResourceType:VF
ResourceUUID:11db4fd6-cea2-4311-88fd-8ec53619abc0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6dd87c81f6f40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
ArtifactUUID:b26d1b30-a534-4641-8633-f7a7577ac0c3
ArtifactChecksum:OWVlYWM1NjMxNjJmYmMzZWY3NTE2ZmRkMTJkOTk3ZTM=
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/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
ArtifactUUID:fddb9b94-7454-4994-bbbb-16e9d7d0ac9c
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/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
ArtifactUUID:ef1642e1-17da-428b-87e5-66ddc8b8b38b
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/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
ArtifactUUID:ef1642e1-17da-428b-87e5-66ddc8b8b38b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T01:22:52.790Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:22:53.009Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:22:53.010Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:22:53.011Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:22:53.011Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f0a778fb-16b8-42f5-bbb6-4ade66c2858c from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:53.011Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:22:53.013Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:54.283Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:22:54.303Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar f0a778fb-16b8-42f5-bbb6-4ade66c2858c 110207
2021-04-10T01:22:54.304Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar ASDC sendASDCNotification
2021-04-10T01:22:54.305Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:54.305Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:22:54.306Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:22:54.308Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:22:54.308Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017774303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:22:54.408Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:22:54.409Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:22:54.410Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:22:54.422Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:22:54.423Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:22:55.308Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:22:55.310Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:22:55.311Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f0a778fb-16b8-42f5-bbb6-4ade66c2858c, URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar to file: /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:55.311Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410012100-csar.csar
2021-04-10T01:22:55.432Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:55.432Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:56.131Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15856686032860831376/Definitions/service-Vfw20210410012100-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-10T01:22:59.173Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-10T01:22:59.177Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6dd87c81-f6f4 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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6dd87c81-f6f4 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-Vfw20210410012100-csar.csar
2021-04-10T01:22:59.178Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:22:59.185Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.186Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.189Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.189Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:22:59.190Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:22:59.191Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.195Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.195Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:22:59.196Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.197Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:22:59.198Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.198Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.198Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.199Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.200Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c32298f8-7a42-4858-8b2e-3ba972583df9
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:22:59.201Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=db1405c5-1096-4ec8-83c7-a8a5a720eb4c
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:22:59.202Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:22:59.203Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a516272-ad3c-4931-920f-efd7f3496931
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.204Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:22:59.205Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:22:59.205Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-10 01-21-00
Description:catalog service description
Model UUID:464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
Model Version:NULL
Model InvariantUuid:6b57fc71-f72f-4d82-bdd3-337cb8c49361
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6dd87c81-f6f4
Model UUID:93670187-0bb6-4e10-9288-5d228ddc778b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:640091dd-6165-42e0-98e8-60e9989b5eac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5b531328-dd06-40ae-aadd-60196c28b71f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca64a43d-9849-4107-aa54-019e3e1af7cc
ModelName:Vfw6dd87c81F6f4..base_vfw..module-0
ModelUuid:d2216b97-aee7-4389-8653-ebb058c582bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c32298f8-7a42-4858-8b2e-3ba972583df9
ModelInvariantUuid:abb5402c-4c27-427b-9a31-727770a26380
ModelName:vFW 6dd87c81-f6f4-nodes.vfwCvfc
ModelUuid:406decf4-e25e-40b0-be96-f6334e2590c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:be6b5a39-396f-4ee6-8a5a-75f6f51bb2b7
ModelInvariantUuid:b36e0920-f820-4781-8152-a121e24ffcdd
ModelName:Vfw6dd87c81F6f4.compute.nodes.heat.vfw
ModelUuid:d3e2c33f-c574-4b7b-895b-9c3839fa7be7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:db1405c5-1096-4ec8-83c7-a8a5a720eb4c
ModelInvariantUuid:a31ec355-7fb5-4fc0-8585-6539c7838c18
ModelName:vFW 6dd87c81-f6f4-nodes.vsnCvfc
ModelUuid:aa9ec1b0-d05e-48c7-bc91-682d0594aa79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:dddff91c-2209-47ca-972d-5d476e9900c6
ModelInvariantUuid:b197a7a2-1a8f-4c8d-87e0-0dbda7405484
ModelName:Vfw6dd87c81F6f4.compute.nodes.heat.vsn
ModelUuid:d5d6360a-98fe-4f09-99c3-0dc0acb22c60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8a516272-ad3c-4931-920f-efd7f3496931
ModelInvariantUuid:6fd4d73f-e8b3-4c96-a3e7-0e2ecd8f7c4f
ModelName:vFW 6dd87c81-f6f4-nodes.vpgCvfc
ModelUuid:52385f3a-5ffa-4122-94b7-2863045cbbe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:acd5c973-9672-4032-84b3-5f791dcf99d0
ModelInvariantUuid:f826bff1-279e-458d-9796-1dff70047fff
ModelName:Vfw6dd87c81F6f4.compute.nodes.heat.vpg
ModelUuid:ba0e81c2-b704-42e4-b6eb-add19ccd7fe2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:22:59.229Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 11db4fd6-cea2-4311-88fd-8ec53619abc0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:22:59.330Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||vFW 6dd87c81-f6f4 0
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11db4fd6-cea2-4311-88fd-8ec53619abc0
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b26d1b30-a534-4641-8633-f7a7577ac0c3 from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:22:59.337Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:23:00.947Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:23:00.947Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json b26d1b30-a534-4641-8633-f7a7577ac0c3 785
2021-04-10T01:23:00.947Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json ASDC sendASDCNotification
2021-04-10T01:23:00.948Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:23:00.948Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:23:00.948Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:00.950Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:00.950Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017780947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:23:01.051Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:01.052Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:01.052Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:01.064Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:01.064Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:01.952Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6dd87c81F6f4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ca64a43d-9849-4107-aa54-019e3e1af7cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2216b97-aee7-4389-8653-ebb058c582bf",
    "vfModuleModelCustomizationUUID": "9be68370-67a6-4f2c-84a9-5a4f855a0777",
    "isBase": true,
    "artifacts": [
      "fddb9b94-7454-4994-bbbb-16e9d7d0ac9c",
      "ef1642e1-17da-428b-87e5-66ddc8b8b38b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:23:01.972Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6dd87c81F6f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2216b97-aee7-4389-8653-ebb058c582bf
VfModuleModelInvariantUUID:ca64a43d-9849-4107-aa54-019e3e1af7cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
fddb9b94-7454-4994-bbbb-16e9d7d0ac9c
,
ef1642e1-17da-428b-87e5-66ddc8b8b38b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6dd87c81F6f4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ca64a43d-9849-4107-aa54-019e3e1af7cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2216b97-aee7-4389-8653-ebb058c582bf",
    "vfModuleModelCustomizationUUID": "9be68370-67a6-4f2c-84a9-5a4f855a0777",
    "isBase": true,
    "artifacts": [
      "fddb9b94-7454-4994-bbbb-16e9d7d0ac9c",
      "ef1642e1-17da-428b-87e5-66ddc8b8b38b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6dd87c81F6f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2216b97-aee7-4389-8653-ebb058c582bf
VfModuleModelInvariantUUID:ca64a43d-9849-4107-aa54-019e3e1af7cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
fddb9b94-7454-4994-bbbb-16e9d7d0ac9c
,
ef1642e1-17da-428b-87e5-66ddc8b8b38b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fddb9b94-7454-4994-bbbb-16e9d7d0ac9c from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:01.975Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:23:01.976Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:02.939Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml fddb9b94-7454-4994-bbbb-16e9d7d0ac9c 20368
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:02.941Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:23:02.942Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:02.944Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:02.944Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017782941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:23:03.045Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:23:03.045Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:03.046Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:03.057Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:03.057Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:23:03.946Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef1642e1-17da-428b-87e5-66ddc8b8b38b from URL: /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:03.946Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:23:03.946Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:04.163Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env ef1642e1-17da-428b-87e5-66ddc8b8b38b 2098
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:04.164Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:23:04.165Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:04.167Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:04.167Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017784164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:23:04.268Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:04.269Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:04.269Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:04.283Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:04.283Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:05.168Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
2021-04-10T01:23:05.169Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6dd87c81-f6f4 0 11db4fd6-cea2-4311-88fd-8ec53619abc0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5b531328-dd06-40ae-aadd-60196c28b71f
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b531328-dd06-40ae-aadd-60196c28b71f matches Tosca VF Customization UUID: 5b531328-dd06-40ae-aadd-60196c28b71f
2021-04-10T01:23:05.227Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5b531328-dd06-40ae-aadd-60196c28b71f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:23:05.234Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.234Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.235Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5b531328-dd06-40ae-aadd-60196c28b71f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-04-10T01:23:05.236Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@198a48b
2021-04-10T01:23:05.236Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.236Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:23:05.237Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9be68370-67a6-4f2c-84a9-5a4f855a0777
2021-04-10T01:23:05.238Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9be68370-67a6-4f2c-84a9-5a4f855a0777
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:23:05.245Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.247Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.247Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:23:05.248Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:23:05.249Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:23:05.249Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-10T01:23:05.249Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.250Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:23:05.251Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.251Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c32298f8-7a42-4858-8b2e-3ba972583df9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:23:05.263Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.263Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.263Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.264Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.265Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=db1405c5-1096-4ec8-83c7-a8a5a720eb4c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:23:05.267Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.267Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.268Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-10T01:23:05.270Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-10T01:23:05.271Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a516272-ad3c-4931-920f-efd7f3496931
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Node template vFW 6dd87c81-f6f4 0 is matching search criteria
2021-04-10T01:23:05.274Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6dd87c81-f6f4 0] matching following query criteria: sdcType=VF, customizationUUID=5b531328-dd06-40ae-aadd-60196c28b71f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:23:05.276Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.276Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.276Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f: vFW 6dd87c81-f6f4
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:23:05.277Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-10 01-21-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:23:05.278Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-04-10 01-21-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:23:05.639Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6dd87c81-f6f4 11db4fd6-cea2-4311-88fd-8ec53619abc0 1 ASDC deployResourceStructure
2021-04-10T01:23:05.640Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json ASDC sendASDCNotification
2021-04-10T01:23:05.640Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json
2021-04-10T01:23:05.640Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:05.641Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:05.643Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:05.643Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017785640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:23:05.743Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:05.744Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:05.744Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:05.754Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:05.755Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:06.644Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-10T01:23:06.644Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml
2021-04-10T01:23:06.644Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:06.645Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:06.646Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:06.647Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017786644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:23:06.747Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:06.758Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:06.759Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:06.772Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:06.773Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:07.648Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-10T01:23:07.648Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env
2021-04-10T01:23:07.649Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:07.649Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:07.651Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:07.652Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017787648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:23:07.752Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:23:07.753Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:07.753Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:07.764Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:07.765Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:23:08.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar ASDC sendASDCNotification
2021-04-10T01:23:08.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar
2021-04-10T01:23:08.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:23:08.654Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:23:08.656Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:23:08.656Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017788653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:23:08.757Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:23:08.758Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:23:08.758Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:08.770Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:08.771Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:23:09.658Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:23:09.682Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:23:09.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:23:09.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:23:09.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:23:39.684Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:23:39.696Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:23:39.698Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:23:39.699Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:23:39.699Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:23:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:23:39.807Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:23:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:23:39.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:23:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:23:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:23:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:09.699Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:24:09.710Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:24:09.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:24:09.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:24:09.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:24:39.713Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:24:39.726Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:24:39.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:24:39.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:24:39.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:24:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:24:39.807Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:24:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:24:39.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:24:40.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618017764122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017763978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017760272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "dcae-sch",
  "timestamp": 1618017756304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017759803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017757054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017773819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017767189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017774086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017774093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017774303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "cds",
  "timestamp": 1618017774835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.359Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.360Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:24:40.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017775578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017775796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017776004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017777037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017777242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017771491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017778261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:24:40.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017778707,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.394Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:24:40.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017772468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618017779266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618017779711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017780164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017780947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017781368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017782393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017782376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017782941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "policy-id",
  "timestamp": 1618017783379,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017783638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017784164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017777482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017784645,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.427Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017785640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618017785648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vfw6dd87c81f6f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017785671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017786644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017787648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/resourceInstances/vfw6dd87c81f6f40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017788653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017782720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017791098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017791461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618017792102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.444Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.445Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:24:40.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "aai-ml",
  "timestamp": 1618017792466,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.458Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:24:40.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017801659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017802821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210410012100/1.0/artifacts/service-Vfw20210410012100-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:24:40.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "clamp",
  "timestamp": 1618017803826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:24:40.474Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 554bdc79-f0a0-4481-a00d-5eb926586505
2021-04-10T01:24:40.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 554bdc79-f0a0-4481-a00d-5eb926586505 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:25:09.729Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:25:09.739Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:25:09.742Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:25:09.743Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:25:09.743Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:25:09.743Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:25:09.748Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:25:39.748Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 554bdc79-f0a0-4481-a00d-5eb926586505 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:25:39.757Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 554bdc79-f0a0-4481-a00d-5eb926586505 and serviceModelVersionId: 464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f
2021-04-10T01:25:39.757Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b57fc71-f72f-4d82-bdd3-337cb8c49361
2021-04-10T01:25:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:25:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:25:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:25:47.758Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0
2021-04-10T01:25:47.857Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:25:48.326Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|INFO|500||Invoke
2021-04-10T01:25:48.333Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[554bdc79-f0a0-4481-a00d-5eb926586505], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e32cc2f-faa0-4fc1-bd97-b0f6b3e1796a], X-ECOMP-RequestID=[554bdc79-f0a0-4481-a00d-5eb926586505], X-TransactionId=[], X-ONAP-RequestID=[554bdc79-f0a0-4481-a00d-5eb926586505], Content-Type=[application/merge-patch+json]}
2021-04-10T01:25:48.492Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:25:48.908Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?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/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-01:25:48:500-53362], vertex-id=[381144], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:25:48 GMT], Content-Type=[application/json]}
2021-04-10T01:25:48.910Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:25:48.911Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b57fc71-f72f-4d82-bdd3-337cb8c49361/model-vers/model-ver/464ce738-6b3f-4d6c-a3ea-a1c59e6e1c8f?depth=0|INFO|500||InvokeReturn
2021-04-10T01:25:48.913Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:25:48.913Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:25:48.918Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:25:48.919Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 554bdc79-f0a0-4481-a00d-5eb926586505 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:25:48.919Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:25:48.920Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:25:48.921Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:25:48.922Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017948919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:25:49.022Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:25:49.023Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:25:49.023Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:25:49.035Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:25:49.035Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:25:49.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:25:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:25:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "554bdc79-f0a0-4481-a00d-5eb926586505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618017948919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:25:49.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:25:49.936Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:25:49.937Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:25:49.937Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:00.113Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:26:00.114Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:00.115Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:26:00.115Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:09.652Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:26:09.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:09.653Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:26:09.654Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:19.192Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:26:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:26:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:26:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:26:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:26:49.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:26:49.348Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:27:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:27:39.804Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:27:39.804Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:27:39.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:27:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:27:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:27:49.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:27:49.346Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:28:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:28:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:28:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:28:39.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:28:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:28:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:28:49.342Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:28:49.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:39.803Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:29:39.804Z|554bdc79-f0a0-4481-a00d-5eb926586505|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-04-10T01:29:39.805Z|554bdc79-f0a0-4481-a00d-5eb926586505|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:29:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:29:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:40.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:40.432Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:40.434Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.434Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"86c16146-960a-41ad-87eb-0b780e8aa72b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"080fea0c-a725-4571-9f35-58bc3d619936","serviceDescription":"service","serviceInvariantUUID":"919443fb-8368-479d-aa79-30c25749fd76","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cd805eb1-8a87-4c0b-a489-ad41fb01008e","resourceInvariantUUID":"7c80cebd-b0bc-4504-bada-4344f6925d42","resourceCustomizationUUID":"d472e630-cf3b-46ea-a9e0-d08139a5d31d","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":"ZjFjZWZmNTE0Mzc2NjRjODdmNGRhNzNlOTRhYjJkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a06b239-fde1-4806-a212-ad6125d997f0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzE5MzE4OTUyODRhZWQ3MTA5OWFhYzllMjI1OWRmZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8725403c-afe4-4d06-a494-d95a286394f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:29:40.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018120272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "cds",
  "timestamp": 1618018123978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "aai-ml",
  "timestamp": 1618018127189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.437Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018124121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.437Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018120272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "cds",
  "timestamp": 1618018123978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "aai-ml",
  "timestamp": 1618018127189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018124121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018131492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018131492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.439Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:40.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "policy-id",
  "timestamp": 1618018132468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.439Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018179803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "aai-ml",
  "timestamp": 1618018133401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "cds",
  "timestamp": 1618018133491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "policy-id",
  "timestamp": 1618018132468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "cds",
  "timestamp": 1618018134497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.459Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.459Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "policy-id",
  "timestamp": 1618018135714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "policy-id",
  "timestamp": 1618018136717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "aai-ml",
  "timestamp": 1618018136829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "dcae-sch",
  "timestamp": 1618018136304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018137054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "policy-id",
  "timestamp": 1618018137719,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:29:40.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.476Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "aai-ml",
  "timestamp": 1618018137833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:29:40.492Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.492Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "dcae-sch",
  "timestamp": 1618018136304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018137482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018137054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018137482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018141858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "clamp",
  "timestamp": 1618018142714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:29:40.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018143423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "clamp",
  "timestamp": 1618018142714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018144427,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:29:40.510Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.510Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "clamp",
  "timestamp": 1618018150143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:29:40.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "clamp",
  "timestamp": 1618018151169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-10T01:29:40.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "clamp",
  "timestamp": 1618018152172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:29:40.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86c16146-960a-41ad-87eb-0b780e8aa72b
2021-04-10T01:29:40.526Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86c16146-960a-41ad-87eb-0b780e8aa72b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:29:40.540Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:29:40.541Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:29:40.541Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:40.552Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:40.552Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:41.440Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:29:41.442Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:41.443Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:41.443Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018179803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:29:41.543Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:29:41.544Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:29:41.544Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:41.555Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:41.556Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:42.444Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "080fea0c-a725-4571-9f35-58bc3d619936",
  "serviceDescription": "service",
  "serviceInvariantUUID": "919443fb-8368-479d-aa79-30c25749fd76",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d472e630-cf3b-46ea-a9e0-d08139a5d31d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "cd805eb1-8a87-4c0b-a489-ad41fb01008e",
      "resourceInvariantUUID": "7c80cebd-b0bc-4504-bada-4344f6925d42",
      "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": "MzE5MzE4OTUyODRhZWQ3MTA5OWFhYzllMjI1OWRmZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8725403c-afe4-4d06-a494-d95a286394f8"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:29:42.445Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:29:42.445Z|554bdc79-f0a0-4481-a00d-5eb926586505|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 080fea0c-a725-4571-9f35-58bc3d619936 ASDC
2021-04-10T01:29:42.445Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:86c16146-960a-41ad-87eb-0b780e8aa72b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:080fea0c-a725-4571-9f35-58bc3d619936
ServiceInvariantUUID:919443fb-8368-479d-aa79-30c25749fd76
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:8725403c-afe4-4d06-a494-d95a286394f8
ArtifactChecksum:MzE5MzE4OTUyODRhZWQ3MTA5OWFhYzllMjI1OWRmZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d472e630-cf3b-46ea-a9e0-d08139a5d31d
ResourceInvariantUUID:7c80cebd-b0bc-4504-bada-4344f6925d42
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cd805eb1-8a87-4c0b-a489-ad41fb01008e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-10T01:29:42.445Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 080fea0c-a725-4571-9f35-58bc3d619936 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:29:42.468Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:29:42.469Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:29:42.469Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:29:42.470Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8725403c-afe4-4d06-a494-d95a286394f8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:42.470Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:29:42.470Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:43.001Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:29:43.004Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8725403c-afe4-4d06-a494-d95a286394f8 52212
2021-04-10T01:29:43.004Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T01:29:43.005Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:43.005Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:29:43.005Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:43.006Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:43.006Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018183004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:29:43.107Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:29:43.108Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:29:43.108Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:43.119Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:43.120Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:44.007Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8725403c-afe4-4d06-a494-d95a286394f8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-10T01:29:44.009Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.010Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.229Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9108622621465466500/Definitions/service-BasicNetwork-template.yml
2021-04-10T01:29:44.704Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|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-BasicNetwork-csar.csar
2021-04-10T01:29:44.705Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:29:44.706Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.707Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.708Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.709Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.709Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:080fea0c-a725-4571-9f35-58bc3d619936
Model Version:NULL
Model InvariantUuid:919443fb-8368-479d-aa79-30c25749fd76
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7c80cebd-b0bc-4504-bada-4344f6925d42
Model UUID:a44f4b06-4eba-4856-acbc-18dfcdca018b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d472e630-cf3b-46ea-a9e0-d08139a5d31d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:29:44.716Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: cd805eb1-8a87-4c0b-a489-ad41fb01008e
2021-04-10T01:29:44.717Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||No resources found for Service: 080fea0c-a725-4571-9f35-58bc3d619936
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:29:44.721Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||
2021-04-10T01:29:44.721Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-10T01:29:44.721Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 080fea0c-a725-4571-9f35-58bc3d619936
2021-04-10T01:29:44.756Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 080fea0c-a725-4571-9f35-58bc3d619936
2021-04-10T01:29:44.756Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-10T01:29:44.757Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:29:44.764Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.765Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.765Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.765Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 080fea0c-a725-4571-9f35-58bc3d619936: Generic NeutronNet
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.766Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.767Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-10T01:29:44.796Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.797Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:29:44.798Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:29:44.798Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:29:44.963Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:29:44.965Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:29:44.965Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018184963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:29:45.067Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-10T01:29:45.068Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:29:45.068Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:29:45.081Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:29:45.081Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:29:45.968Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86c16146-960a-41ad-87eb-0b780e8aa72b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:29:45.980Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86c16146-960a-41ad-87eb-0b780e8aa72b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:29:45.984Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:29:45.985Z|86c16146-960a-41ad-87eb-0b780e8aa72b|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-04-10T01:29:45.992Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:30:15.992Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86c16146-960a-41ad-87eb-0b780e8aa72b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:30:15.997Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86c16146-960a-41ad-87eb-0b780e8aa72b and serviceModelVersionId: 080fea0c-a725-4571-9f35-58bc3d619936
2021-04-10T01:30:15.997Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 919443fb-8368-479d-aa79-30c25749fd76
2021-04-10T01:30:15.998Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0
2021-04-10T01:30:16.004Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:30:16.044Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|INFO|500||Invoke
2021-04-10T01:30:16.044Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86c16146-960a-41ad-87eb-0b780e8aa72b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a9ea1cb-fd2d-441b-a115-6730131515a9], X-ECOMP-RequestID=[86c16146-960a-41ad-87eb-0b780e8aa72b], X-TransactionId=[], X-ONAP-RequestID=[86c16146-960a-41ad-87eb-0b780e8aa72b], Content-Type=[application/merge-patch+json]}
2021-04-10T01:30:16.068Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:30:16.293Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?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/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-01:30:16:072-68159], vertex-id=[217224], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:30:16 GMT], Content-Type=[application/json]}
2021-04-10T01:30:16.293Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:30:16.294Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/919443fb-8368-479d-aa79-30c25749fd76/model-vers/model-ver/080fea0c-a725-4571-9f35-58bc3d619936?depth=0|INFO|500||InvokeReturn
2021-04-10T01:30:16.294Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:30:16.294Z|86c16146-960a-41ad-87eb-0b780e8aa72b|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-04-10T01:30:16.298Z|86c16146-960a-41ad-87eb-0b780e8aa72b|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-04-10T01:30:16.299Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86c16146-960a-41ad-87eb-0b780e8aa72b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:30:16.299Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:30:16.299Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:16.301Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:16.301Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018216299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:30:16.401Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:16.402Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:16.403Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:16.418Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:16.418Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:30:39.803Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:30:39.804Z|86c16146-960a-41ad-87eb-0b780e8aa72b|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-04-10T01:30:39.804Z|86c16146-960a-41ad-87eb-0b780e8aa72b|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:30:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:30:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:39.924Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:39.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:30:39.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018179803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:39.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:30:40.422Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:40.423Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:30:40.423Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3febee29-5c43-4eb7-bec1-ccb21486068e","serviceName":"Demo_pNF_JSwqbxEUTIX4f5gFwLsi","serviceVersion":"1.0","serviceUUID":"11c23861-8e19-4a93-9315-d80773db547e","serviceDescription":"catalog service description","serviceInvariantUUID":"364f354a-8915-4a02-bac5-d8e7417f69ce","resources":[{"resourceInstanceName":"pNF 78bec463-ad2c 0","resourceName":"pNF 78bec463-ad2c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"442945e1-9156-432f-963b-f20803cd7a6b","resourceInvariantUUID":"6b782cb6-113b-4f71-93c8-4f19189d2af6","resourceCustomizationUUID":"5a3765cf-e1a0-4b42-8377-5e47a293f2e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml","artifactChecksum":"ZWJiMmFjNGMyNDk0ZjM4ZmVmNTlhY2NmYjZmZWUwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b46d474-0247-4f50-9409-b602770e7b54","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar","artifactChecksum":"YWY4YmNiMDFkZTVmMGEyYjZmOTU2MzI4NzFmZWU1Yjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0a6cbee-925e-4421-b65c-1d7dbb7ab296","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00fc2f6d-dc36-4059-a217-527536e9bd6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmYzZTI2N2MzOWJmNjk4MzVhNWZmZTk5OThjNjNkOTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cf2febe-0650-487c-9258-d5d3175c5e4e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a96ee064-143c-4561-9cd8-eb1760bca1bc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb449e2b-5369-42fb-bb94-e2f81ee32e9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml","artifactChecksum":"ZjRlMmY0ZWNiYzdlZThmN2I0ZWMxZTEzZjJhOWNiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7d727a5-f0ef-4360-b3c1-884cb626dac8","artifactVersion":"1"},{"artifactName":"service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar","artifactChecksum":"NzI0ZjBkOGQ0ZGUwNWMxMWRiNmQ1ZDllZjg1YmJiYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2cbe00b5-85d3-44e4-9828-4f868e754abd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:30:40.427Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:40.427Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:40.429Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:40.429Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:40.530Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:40.530Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:40.531Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:40.542Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:40.542Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:30:41.430Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:41.431Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:41.433Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:41.433Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:41.533Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:41.534Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:41.534Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:41.545Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:41.546Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:30:42.434Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:42.435Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:42.436Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:42.436Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:42.537Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:42.538Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:42.538Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:42.551Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:42.552Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:30:43.437Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:43.438Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:43.440Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:43.440Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:43.540Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:43.541Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:43.542Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:43.553Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:43.554Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:44.441Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:44.442Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:44.444Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:44.444Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:44.545Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:30:44.546Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:44.546Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:44.557Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:44.558Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:45.445Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:45.446Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:45.448Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:45.448Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:45.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:45.549Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:45.549Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:45.559Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:45.560Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:46.448Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:46.449Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:46.451Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:46.451Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:30:46.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:46.552Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:46.553Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:46.570Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:46.571Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:47.452Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:30:47.453Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:47.456Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:47.456Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:30:47.556Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:47.557Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:47.557Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:47.569Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:47.569Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:48.457Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "serviceName": "Demo_pNF_JSwqbxEUTIX4f5gFwLsi",
  "serviceVersion": "1.0",
  "serviceUUID": "11c23861-8e19-4a93-9315-d80773db547e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "364f354a-8915-4a02-bac5-d8e7417f69ce",
  "resources": [
    {
      "resourceInstanceName": "pNF 78bec463-ad2c 0",
      "resourceCustomizationUUID": "5a3765cf-e1a0-4b42-8377-5e47a293f2e9",
      "resourceName": "pNF 78bec463-ad2c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "442945e1-9156-432f-963b-f20803cd7a6b",
      "resourceInvariantUUID": "6b782cb6-113b-4f71-93c8-4f19189d2af6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
      "artifactChecksum": "NzI0ZjBkOGQ0ZGUwNWMxMWRiNmQ1ZDllZjg1YmJiYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2cbe00b5-85d3-44e4-9828-4f868e754abd"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:30:48.458Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:30:48.458Z|86c16146-960a-41ad-87eb-0b780e8aa72b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 11c23861-8e19-4a93-9315-d80773db547e ASDC
2021-04-10T01:30:48.458Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3febee29-5c43-4eb7-bec1-ccb21486068e
ServiceName:Demo_pNF_JSwqbxEUTIX4f5gFwLsi
ServiceVersion:1.0
ServiceUUID:11c23861-8e19-4a93-9315-d80773db547e
ServiceInvariantUUID:364f354a-8915-4a02-bac5-d8e7417f69ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
ArtifactUUID:2cbe00b5-85d3-44e4-9828-4f868e754abd
ArtifactChecksum:NzI0ZjBkOGQ0ZGUwNWMxMWRiNmQ1ZDllZjg1YmJiYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78bec463-ad2c 0
ResourceCustomizationUUID:5a3765cf-e1a0-4b42-8377-5e47a293f2e9
ResourceInvariantUUID:6b782cb6-113b-4f71-93c8-4f19189d2af6
ResourceName:pNF 78bec463-ad2c
ResourceType:PNF
ResourceUUID:442945e1-9156-432f-963b-f20803cd7a6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-10T01:30:48.458Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11c23861-8e19-4a93-9315-d80773db547e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:30:48.486Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2cbe00b5-85d3-44e4-9828-4f868e754abd from URL: /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:48.487Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:30:48.487Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:49.982Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:30:49.988Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar 2cbe00b5-85d3-44e4-9828-4f868e754abd 83304
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar ASDC sendASDCNotification
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:30:49.989Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:49.991Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:49.991Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018249988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:30:50.092Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:30:50.093Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:50.093Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:50.105Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:50.106Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:50.992Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:30:50.993Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:30:50.994Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2cbe00b5-85d3-44e4-9828-4f868e754abd, URL: /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar to file: /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:50.994Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:50.994Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:50.995Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.087Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3505846400930049878/Definitions/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml
2021-04-10T01:30:51.861Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:30:51.861Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78bec463-ad2c 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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.862Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78bec463-ad2c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Node template pNF 78bec463-ad2c 0 is matching search criteria
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 78bec463-ad2c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:30:51.863Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Node template pNF 78bec463-ad2c 0 is matching search criteria
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 78bec463-ad2c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.864Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.865Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JSwqbxEUTIX4f5gFwLsi
Description:catalog service description
Model UUID:11c23861-8e19-4a93-9315-d80773db547e
Model Version:NULL
Model InvariantUuid:364f354a-8915-4a02-bac5-d8e7417f69ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:30:51.871Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 442945e1-9156-432f-963b-f20803cd7a6b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||pNF 78bec463-ad2c 0
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 442945e1-9156-432f-963b-f20803cd7a6b
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 11c23861-8e19-4a93-9315-d80773db547e
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 11c23861-8e19-4a93-9315-d80773db547e
2021-04-10T01:30:51.874Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78bec463-ad2c 0 442945e1-9156-432f-963b-f20803cd7a6b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:30:51.878Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 11c23861-8e19-4a93-9315-d80773db547e: pNF 78bec463-ad2c
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Processing PNF resource: 442945e1-9156-432f-963b-f20803cd7a6b
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JSwqbxEUTIX4f5gFwLsi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:30:51.879Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 5a3765cf-e1a0-4b42-8377-5e47a293f2e9 is the same as notified resource customizationUUID: 5a3765cf-e1a0-4b42-8377-5e47a293f2e9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 78bec463-ad2c 442945e1-9156-432f-963b-f20803cd7a6b 0 ASDC deployResourceStructure
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar ASDC sendASDCNotification
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:30:51.935Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:30:51.937Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:30:51.937Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018251935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:30:52.037Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:30:52.038Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:30:52.038Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:30:52.048Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:30:52.049Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:30:52.938Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:30:52.948Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:30:52.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:30:52.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:30:52.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:31:22.950Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:31:22.959Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:31:22.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:31:22.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:31:22.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:31:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:31:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:31:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:31:39.836Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018179803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018183004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018184963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018180272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018187189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018184122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018183977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018197000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018197005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018197122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "cds",
  "timestamp": 1618018198010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:39.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018198351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018191491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018199354,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.871Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.872Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:39.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018192468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018202396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018202504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "aai-ml",
  "timestamp": 1618018203400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.889Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.889Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:39.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018203508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "dcae-sch",
  "timestamp": 1618018196304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "policy-id",
  "timestamp": 1618018204510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.905Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.906Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018197054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018197482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018206329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018208144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018209147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.921Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.921Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018202714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86c16146-960a-41ad-87eb-0b780e8aa72b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018216299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018218582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018219600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-10T01:31:39.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "clamp",
  "timestamp": 1618018220603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:31:39.936Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3febee29-5c43-4eb7-bec1-ccb21486068e
2021-04-10T01:31:39.936Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3febee29-5c43-4eb7-bec1-ccb21486068e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:31:52.962Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:31:52.974Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:31:52.978Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:31:52.979Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-04-10T01:31:52.984Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:32:22.984Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3febee29-5c43-4eb7-bec1-ccb21486068e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:32:22.990Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3febee29-5c43-4eb7-bec1-ccb21486068e and serviceModelVersionId: 11c23861-8e19-4a93-9315-d80773db547e
2021-04-10T01:32:22.990Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 364f354a-8915-4a02-bac5-d8e7417f69ce
2021-04-10T01:32:22.991Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0
2021-04-10T01:32:22.995Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:32:23.033Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-10T01:32:23.033Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0|INFO|500||Invoke
2021-04-10T01:32:23.057Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:32:23.301Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0|INFO|500||InvokeReturn
2021-04-10T01:32:23.302Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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/364f354a-8915-4a02-bac5-d8e7417f69ce/model-vers/model-ver/11c23861-8e19-4a93-9315-d80773db547e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-01:32:23:061-17175], vertex-id=[172120], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:32:23 GMT], Content-Type=[application/json]}
2021-04-10T01:32:23.302Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:32:23.303Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:32:23.303Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3febee29-5c43-4eb7-bec1-ccb21486068e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:32:23.307Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:23.309Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:23.309Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018343307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:32:23.409Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:23.410Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:23.411Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:23.426Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:23.426Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:32:24.322Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:32:24.322Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-04-10T01:32:24.322Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:33.859Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:39.803Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:32:39.804Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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-04-10T01:32:39.804Z|3febee29-5c43-4eb7-bec1-ccb21486068e|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:32:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:32:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:39.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:39.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/resourceInstances/pnf78bec463ad2c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018239803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018249988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018251935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJswqbxeutix4f5gfwlsi/1.0/artifacts/service-DemoPnfJswqbxeutix4f5gfwlsi-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:32:39.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:32:47.709Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:47.710Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:32:47.710Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2245e9e9-590d-48fc-ae0a-ced06624b529","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1440c323-b3f7-41d8-97fd-49e7f8a1a064","serviceDescription":"service","serviceInvariantUUID":"8b5978b7-54d6-4886-8ca1-20a5091e99e7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c","resourceInvariantUUID":"4f696631-2e3b-4bc3-9717-214c7504d6a0","resourceCustomizationUUID":"f2d73561-3a9f-40df-b72f-add44c802b20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTUzZWM5MDViMTk5OWVhNTJhZTYxZWZkYzQ3ZTQ4OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39bbefa7-c203-46c7-99c7-6bc895910b99","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NTJjMTc5NWFjY2JlOGQ2N2M3N2Q1MDI2YTNiZjA3MDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57f48d61-26ff-47a2-b3e2-8c619a20b7ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8a6a39d8-4406-4c26-aa10-449388c4206c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64cec56d-93d1-45da-82c7-57a2f99da0e2","artifactVersion":"2","generatedFromUUID":"57f48d61-26ff-47a2-b3e2-8c619a20b7ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTcyY2IyYzA3MzE5MzkxYjgzNGQ5OTUxN2Y5M2UwOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d66c9a6-aa46-4815-99c6-dc43dd5d997f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWQ4MDM2ZTc3NTNjZTU3ZmFjODQzMzcwZTdiNmJjN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98838f53-2e83-4e29-823f-220ec40df682","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:32:47.712Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:47.712Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:47.714Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:47.714Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:47.814Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:47.815Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:47.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:47.824Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:47.825Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:32:48.715Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:48.716Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:48.717Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:48.717Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:32:48.818Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:32:48.819Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:48.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:48.834Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:48.834Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:49.718Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:49.719Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:49.721Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:49.721Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:32:49.822Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:49.823Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:49.823Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:49.833Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:49.834Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:50.722Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:50.723Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:50.725Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:50.726Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:50.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:50.827Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:50.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:50.837Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:50.838Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:51.726Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:51.727Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:51.729Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:51.729Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:32:51.829Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:51.830Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:51.830Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:51.840Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:51.840Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:52.730Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:52.731Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:52.733Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:52.733Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:32:52.833Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:52.834Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:52.834Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:52.843Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:52.844Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:53.733Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:32:53.734Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:53.735Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:53.736Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:32:53.836Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:53.837Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:53.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:53.850Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:53.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:32:54.737Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1440c323-b3f7-41d8-97fd-49e7f8a1a064",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b5978b7-54d6-4886-8ca1-20a5091e99e7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f2d73561-3a9f-40df-b72f-add44c802b20",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c",
      "resourceInvariantUUID": "4f696631-2e3b-4bc3-9717-214c7504d6a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NTJjMTc5NWFjY2JlOGQ2N2M3N2Q1MDI2YTNiZjA3MDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "57f48d61-26ff-47a2-b3e2-8c619a20b7ab",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "64cec56d-93d1-45da-82c7-57a2f99da0e2",
            "generatedFromUUID": "57f48d61-26ff-47a2-b3e2-8c619a20b7ab"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "64cec56d-93d1-45da-82c7-57a2f99da0e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWQ4MDM2ZTc3NTNjZTU3ZmFjODQzMzcwZTdiNmJjN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "98838f53-2e83-4e29-823f-220ec40df682"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:32:54.737Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:32:54.737Z|3febee29-5c43-4eb7-bec1-ccb21486068e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1440c323-b3f7-41d8-97fd-49e7f8a1a064 ASDC
2021-04-10T01:32:54.738Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2245e9e9-590d-48fc-ae0a-ced06624b529
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1440c323-b3f7-41d8-97fd-49e7f8a1a064
ServiceInvariantUUID:8b5978b7-54d6-4886-8ca1-20a5091e99e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:98838f53-2e83-4e29-823f-220ec40df682
ArtifactChecksum:MWQ4MDM2ZTc3NTNjZTU3ZmFjODQzMzcwZTdiNmJjN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f2d73561-3a9f-40df-b72f-add44c802b20
ResourceInvariantUUID:4f696631-2e3b-4bc3-9717-214c7504d6a0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35
ArtifactChecksum:NTJjMTc5NWFjY2JlOGQ2N2M3N2Q1MDI2YTNiZjA3MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:57f48d61-26ff-47a2-b3e2-8c619a20b7ab
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:64cec56d-93d1-45da-82c7-57a2f99da0e2
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:64cec56d-93d1-45da-82c7-57a2f99da0e2
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T01:32:54.738Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1440c323-b3f7-41d8-97fd-49e7f8a1a064 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:32:54.764Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 98838f53-2e83-4e29-823f-220ec40df682 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:32:54.765Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:32:55.597Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 98838f53-2e83-4e29-823f-220ec40df682 74271
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:32:55.602Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:55.604Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:55.604Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018375602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:32:55.705Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:32:55.706Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:55.706Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:55.715Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:55.716Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:56.605Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:32:56.607Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:32:56.607Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 98838f53-2e83-4e29-823f-220ec40df682, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:56.607Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-10T01:32:56.608Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:56.608Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:56.768Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2654461004474879666/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-10T01:32:57.809Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-10T01:32:57.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-BasicVm-csar.csar
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.811Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-10T01:32:57.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab7324a7-f05b-4dfb-a9ef-b96e1e74ea56
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:32:57.815Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:32:57.815Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1440c323-b3f7-41d8-97fd-49e7f8a1a064
Model Version:NULL
Model InvariantUuid:8b5978b7-54d6-4886-8ca1-20a5091e99e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a958ee03-5313-4947-b80e-17f32b47e29b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f696631-2e3b-4bc3-9717-214c7504d6a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f2d73561-3a9f-40df-b72f-add44c802b20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c959b3e7-1206-45bd-b2dc-bfec72aed533
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bd6edc9c-ec05-4b2b-b924-3a2fce00713d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab7324a7-f05b-4dfb-a9ef-b96e1e74ea56
ModelInvariantUuid:50886770-8568-4d6b-ad37-c290dbc92243
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3627b50d-fe27-4483-aeb2-0d0293a3493f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:39135fa2-51e6-4d64-9d65-7a5eebf72986
ModelInvariantUuid:14947a27-2412-40f1-9560-0bade41df6d7
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:7baeb079-2380-4329-8bdb-360de2b8bb71
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:32:57.820Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:32:57.823Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-04-10T01:32:57.823Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c
2021-04-10T01:32:57.823Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:32:57.824Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:32:57.824Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:32:57.999Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:32:57.999Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7fc9ca16-9bb6-4e8c-af75-0b5ef5cbac35 787
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:32:58.000Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:58.002Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:58.002Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018378000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:32:58.103Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:32:58.103Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:58.103Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:32:58.113Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:32:58.114Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:32:59.003Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c959b3e7-1206-45bd-b2dc-bfec72aed533",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd6edc9c-ec05-4b2b-b924-3a2fce00713d",
    "vfModuleModelCustomizationUUID": "954b0690-2280-4182-aa9f-c20e2be3a4ff",
    "isBase": true,
    "artifacts": [
      "57f48d61-26ff-47a2-b3e2-8c619a20b7ab",
      "64cec56d-93d1-45da-82c7-57a2f99da0e2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:32:59.007Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd6edc9c-ec05-4b2b-b924-3a2fce00713d
VfModuleModelInvariantUUID:c959b3e7-1206-45bd-b2dc-bfec72aed533
VfModuleModelDescription:NULL
Artifacts UUID List:{
57f48d61-26ff-47a2-b3e2-8c619a20b7ab
,
64cec56d-93d1-45da-82c7-57a2f99da0e2

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:32:59.009Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c959b3e7-1206-45bd-b2dc-bfec72aed533",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd6edc9c-ec05-4b2b-b924-3a2fce00713d",
    "vfModuleModelCustomizationUUID": "954b0690-2280-4182-aa9f-c20e2be3a4ff",
    "isBase": true,
    "artifacts": [
      "57f48d61-26ff-47a2-b3e2-8c619a20b7ab",
      "64cec56d-93d1-45da-82c7-57a2f99da0e2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd6edc9c-ec05-4b2b-b924-3a2fce00713d
VfModuleModelInvariantUUID:c959b3e7-1206-45bd-b2dc-bfec72aed533
VfModuleModelDescription:NULL
Artifacts UUID List:{
57f48d61-26ff-47a2-b3e2-8c619a20b7ab
,
64cec56d-93d1-45da-82c7-57a2f99da0e2

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 57f48d61-26ff-47a2-b3e2-8c619a20b7ab from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:32:59.010Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:32:59.887Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:32:59.887Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 57f48d61-26ff-47a2-b3e2-8c619a20b7ab 5033
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:32:59.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:32:59.890Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:32:59.890Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018379888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:32:59.990Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:32:59.991Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:32:59.992Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:00.002Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:00.003Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:00.891Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 64cec56d-93d1-45da-82c7-57a2f99da0e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:00.891Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:33:00.892Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:02.687Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 64cec56d-93d1-45da-82c7-57a2f99da0e2 903
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:33:02.688Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:33:02.690Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:33:02.691Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018382688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:33:02.791Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:33:02.792Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:33:02.792Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:02.801Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:02.802Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:03.691Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1440c323-b3f7-41d8-97fd-49e7f8a1a064
2021-04-10T01:33:03.692Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:33:03.708Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f2d73561-3a9f-40df-b72f-add44c802b20
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2d73561-3a9f-40df-b72f-add44c802b20 matches Tosca VF Customization UUID: f2d73561-3a9f-40df-b72f-add44c802b20
2021-04-10T01:33:03.709Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f2d73561-3a9f-40df-b72f-add44c802b20  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:33:03.712Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.712Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f2d73561-3a9f-40df-b72f-add44c802b20: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@315eb29f
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 954b0690-2280-4182-aa9f-c20e2be3a4ff
2021-04-10T01:33:03.713Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 954b0690-2280-4182-aa9f-c20e2be3a4ff
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.716Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T01:33:03.717Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab7324a7-f05b-4dfb-a9ef-b96e1e74ea56
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:33:03.719Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.719Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-10T01:33:03.720Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f2d73561-3a9f-40df-b72f-add44c802b20
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1440c323-b3f7-41d8-97fd-49e7f8a1a064: basic_vm
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.722Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:33:03.723Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:33:03.806Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c969ceaf-b4f1-4949-9a59-a89d4b7f6c7c 1 ASDC deployResourceStructure
2021-04-10T01:33:03.807Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-10T01:33:03.807Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-10T01:33:03.807Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:33:03.807Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:33:03.809Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:33:03.809Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018383807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:33:03.909Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:33:03.910Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:33:03.911Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:03.923Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:03.923Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:04.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T01:33:04.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-10T01:33:04.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:33:04.810Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:33:04.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:33:04.812Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018384810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:33:04.912Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:33:04.913Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:33:04.913Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:04.923Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:04.923Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:05.813Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T01:33:05.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-10T01:33:05.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:33:05.814Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:33:05.816Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:33:05.816Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018385813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:33:05.916Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:33:05.917Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:33:05.917Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:05.929Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:05.929Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:33:06.817Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-10T01:33:06.817Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-10T01:33:06.817Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:33:06.817Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:33:06.819Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:33:06.819Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018386817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:33:06.920Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:33:06.921Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:33:06.921Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:06.933Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:06.934Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:33:07.820Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:33:07.830Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:33:07.832Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:33:07.832Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:33:07.832Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:33:37.832Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:33:37.841Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:33:37.846Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:33:37.847Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:33:37.847Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:33:39.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:33:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:33:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:33:39.833Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:33:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:33:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3febee29-5c43-4eb7-bec1-ccb21486068e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018343307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:33:39.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:07.847Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:34:07.855Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:34:07.857Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:34:07.858Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:34:07.858Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:34:37.858Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:34:37.869Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:34:37.871Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:34:37.872Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:34:37.872Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:34:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:34:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:34:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:34:39.826Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:34:39.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018360274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018363977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018364121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018367189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018375513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018375600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018375600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018375602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "cds",
  "timestamp": 1618018376606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.866Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:39.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018377144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018378000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018378369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018379387,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.882Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.882Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:39.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018379888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018380151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018380391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018381890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018382461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018382688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018382893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018383595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018383807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "policy-id",
  "timestamp": 1618018383896,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.900Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.900Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018384007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "aai-ml",
  "timestamp": 1618018384599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.913Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.913Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:39.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018384810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018384918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018385014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.929Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.929Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:39.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018385388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018385813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018386017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018386276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018378977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018386817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018387620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018388180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018388624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.952Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:39.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018388754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018381394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018389185,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:39.967Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:39.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:39.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "cds",
  "timestamp": 1618018389759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:39.988Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:39.988Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:39.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:39.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018390189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:39.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018376304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018384122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018391269,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018372468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018371491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018394171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018394608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018395611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018395674,
  "artifactURL": "/sdc/v1/catalog/services/df9aa2c3-076f-446f-8cd6-c4c056b1db1b/resourceInstances/basicclamp0/artifacts/7bbb4731-a4a2-4444-b944-5c718661ce14",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018395988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018396087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "policy-id",
  "timestamp": 1618018396614,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.010Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.010Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018377481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018396934,
  "artifactURL": "/sdc/v1/catalog/services/df9aa2c3-076f-446f-8cd6-c4c056b1db1b/resourceInstances/basicclamp0/artifacts/7bbb4731-a4a2-4444-b944-5c718661ce14",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018397028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018397101,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.024Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.025Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:40.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018397159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018397830,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "dcae-sch",
  "timestamp": 1618018397938,
  "artifactURL": "/sdc/v1/catalog/services/df9aa2c3-076f-446f-8cd6-c4c056b1db1b/resourceInstances/basicclamp0/artifacts/7bbb4731-a4a2-4444-b944-5c718661ce14",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.038Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.038Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018398045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018398103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018377054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018398448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "clamp",
  "timestamp": 1618018399047,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.060Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2245e9e9-590d-48fc-ae0a-ced06624b529
2021-04-10T01:34:40.060Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2245e9e9-590d-48fc-ae0a-ced06624b529 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018399456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.077Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.078Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:40.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018399947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018400460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018400952,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.099Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.099Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018401059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018393977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018403119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018403323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018397189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018404291,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018405294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.136Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.136Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:40.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018397616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018405439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "cds",
  "timestamp": 1618018405624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:34:40.158Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018406297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018406437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "dcae-sch",
  "timestamp": 1618018398941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018407440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018400272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "policy-id",
  "timestamp": 1618018408443,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.175Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:34:40.175Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018401464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018409891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018410573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018404122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018411883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018412373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018412400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "aai-ml",
  "timestamp": 1618018413376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.194Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:34:40.194Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:34:40.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018413768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018414178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018414781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.208Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:34:40.208Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:40.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018407301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018407481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018415184,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.222Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:34:40.223Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018415784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018416187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018416218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018416310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018417485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018418418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018418494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018418981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018419421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:34:40.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:34:40.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:34:40.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018419497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:34:40.236Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:34:40.236Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:35:07.872Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:35:07.885Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:35:07.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:35:07.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:35:07.888Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:35:07.889Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:35:07.889Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:35:07.889Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:35:07.889Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:35:07.889Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:35:07.889Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:35:07.890Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:35:07.890Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-04-10T01:35:07.894Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:35:37.895Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2245e9e9-590d-48fc-ae0a-ced06624b529 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:35:37.901Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2245e9e9-590d-48fc-ae0a-ced06624b529 and serviceModelVersionId: 1440c323-b3f7-41d8-97fd-49e7f8a1a064
2021-04-10T01:35:37.901Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b5978b7-54d6-4886-8ca1-20a5091e99e7
2021-04-10T01:35:37.902Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0
2021-04-10T01:35:37.906Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:35:37.940Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0|INFO|500||Invoke
2021-04-10T01:35:37.940Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2245e9e9-590d-48fc-ae0a-ced06624b529], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ca8203b-e941-4fbf-813f-fc9413f52a9f], X-ECOMP-RequestID=[2245e9e9-590d-48fc-ae0a-ced06624b529], X-TransactionId=[], X-ONAP-RequestID=[2245e9e9-590d-48fc-ae0a-ced06624b529], Content-Type=[application/merge-patch+json]}
2021-04-10T01:35:37.965Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:35:38.038Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?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/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-01:35:37:970-92599], vertex-id=[196696], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:35:37 GMT], Content-Type=[application/json]}
2021-04-10T01:35:38.038Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:35:38.039Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b5978b7-54d6-4886-8ca1-20a5091e99e7/model-vers/model-ver/1440c323-b3f7-41d8-97fd-49e7f8a1a064?depth=0|INFO|500||InvokeReturn
2021-04-10T01:35:38.039Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:35:38.039Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-04-10T01:35:38.044Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-04-10T01:35:38.044Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2245e9e9-590d-48fc-ae0a-ced06624b529 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:35:38.045Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:35:38.045Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:38.047Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:38.047Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018538044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:35:38.147Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:38.148Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:38.148Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:38.163Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:38.164Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:35:39.059Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:35:39.060Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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-04-10T01:35:39.060Z|2245e9e9-590d-48fc-ae0a-ced06624b529|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:35:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:35:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:39.825Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:39.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:35:39.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018419986,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:35:39.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:35:39.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:35:43.328Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:43.329Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:35:43.330Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bf81e7d-644b-4283-a6dc-62cee213e2fc","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"df9aa2c3-076f-446f-8cd6-c4c056b1db1b","serviceDescription":"service","serviceInvariantUUID":"7425a56b-8168-48d6-911b-303002b54747","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d149b34d-d94e-4054-b703-bca8135a6523","resourceInvariantUUID":"d2d14459-a051-4860-82b2-bccc9c340952","resourceCustomizationUUID":"77607e4b-dfea-42e0-b4bc-b82c060913b6","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":"7bbb4731-a4a2-4444-b944-5c718661ce14","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":"NWNmNDg0MTg4ZDkyMzMzYjY3NzkzY2RhMmQ2ZDIzNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6029ee9-3846-42ff-8273-186c14df241a","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":"OTFiM2NkZDNhOTU5MDU2YzIwYWQ3Zjg1MGVmY2M0MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c82f191-4e83-43a0-affb-ebe8a4c489e9","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":"99f0b34b-62f6-43f5-8fed-eff2967fd664","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":"0b49be70-a617-43c6-b04e-ecbd06e42770","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":"f406a301-1e0c-4a44-ba2d-98d314cd4545","artifactVersion":"2","generatedFromUUID":"99f0b34b-62f6-43f5-8fed-eff2967fd664"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YmQxYWM5MGI0YmRiMTQzYjkyYjM2YTcwMDJjYTI0ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49518c83-7b67-4dfe-89d6-25081a5f17fb","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZGM4ZGNjYTZlMTY5M2E4YTA2MTBjNWRiMzhlZDk3ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef134b3b-57f5-4aa1-bdce-aafafe7b5ff5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:35:43.332Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:43.332Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:43.335Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:43.335Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:35:43.435Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:43.436Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:43.436Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:43.445Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:43.445Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:44.336Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:44.337Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:44.339Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:44.339Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:35:44.439Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:44.440Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:44.440Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:44.451Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:44.451Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:45.339Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:45.341Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:45.343Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:45.343Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:35:45.443Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:45.444Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:45.444Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:45.456Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:45.456Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:46.344Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:46.345Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:46.347Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:46.347Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:35:46.448Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:35:46.449Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:46.449Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:46.461Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:46.461Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:47.348Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:47.349Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:47.351Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:47.351Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:35:47.451Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:47.452Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:47.452Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:47.462Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:47.463Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:48.351Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:48.352Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:48.353Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:48.354Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T01:35:48.454Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:48.454Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:48.455Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:48.464Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:48.465Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:49.354Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:49.355Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:49.357Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:49.358Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:35:49.458Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:49.459Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:49.459Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:49.470Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:49.470Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:50.358Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:35:50.359Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:50.361Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:50.361Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:35:50.462Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:35:50.463Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:50.463Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:50.474Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:50.474Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:35:51.363Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "df9aa2c3-076f-446f-8cd6-c4c056b1db1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7425a56b-8168-48d6-911b-303002b54747",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "77607e4b-dfea-42e0-b4bc-b82c060913b6",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d149b34d-d94e-4054-b703-bca8135a6523",
      "resourceInvariantUUID": "d2d14459-a051-4860-82b2-bccc9c340952",
      "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": "OTFiM2NkZDNhOTU5MDU2YzIwYWQ3Zjg1MGVmY2M0MDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c82f191-4e83-43a0-affb-ebe8a4c489e9",
          "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": "99f0b34b-62f6-43f5-8fed-eff2967fd664",
          "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": "f406a301-1e0c-4a44-ba2d-98d314cd4545",
            "generatedFromUUID": "99f0b34b-62f6-43f5-8fed-eff2967fd664"
          },
          "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": "f406a301-1e0c-4a44-ba2d-98d314cd4545",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZGM4ZGNjYTZlMTY5M2E4YTA2MTBjNWRiMzhlZDk3ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef134b3b-57f5-4aa1-bdce-aafafe7b5ff5"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:35:51.363Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:35:51.364Z|2245e9e9-590d-48fc-ae0a-ced06624b529|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df9aa2c3-076f-446f-8cd6-c4c056b1db1b ASDC
2021-04-10T01:35:51.364Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7bf81e7d-644b-4283-a6dc-62cee213e2fc
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:df9aa2c3-076f-446f-8cd6-c4c056b1db1b
ServiceInvariantUUID:7425a56b-8168-48d6-911b-303002b54747
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:ef134b3b-57f5-4aa1-bdce-aafafe7b5ff5
ArtifactChecksum:ZGM4ZGNjYTZlMTY5M2E4YTA2MTBjNWRiMzhlZDk3ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:77607e4b-dfea-42e0-b4bc-b82c060913b6
ResourceInvariantUUID:d2d14459-a051-4860-82b2-bccc9c340952
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d149b34d-d94e-4054-b703-bca8135a6523
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:0c82f191-4e83-43a0-affb-ebe8a4c489e9
ArtifactChecksum:OTFiM2NkZDNhOTU5MDU2YzIwYWQ3Zjg1MGVmY2M0MDk=
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:99f0b34b-62f6-43f5-8fed-eff2967fd664
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:f406a301-1e0c-4a44-ba2d-98d314cd4545
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:f406a301-1e0c-4a44-ba2d-98d314cd4545
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T01:35:51.364Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df9aa2c3-076f-446f-8cd6-c4c056b1db1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:35:51.397Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:35:51.397Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:35:51.398Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:35:51.398Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef134b3b-57f5-4aa1-bdce-aafafe7b5ff5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T01:35:51.398Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:35:51.398Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T01:35:51.998Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:35:52.003Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ef134b3b-57f5-4aa1-bdce-aafafe7b5ff5 76823
2021-04-10T01:35:52.003Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-10T01:35:52.003Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T01:35:52.003Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:35:52.003Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:52.005Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:52.005Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018552003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:35:52.106Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:52.107Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:52.107Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:52.119Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:52.120Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:53.006Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:35:53.007Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:35:53.008Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ef134b3b-57f5-4aa1-bdce-aafafe7b5ff5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T01:35:53.008Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-10T01:35:53.008Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T01:35:53.008Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T01:35:53.397Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16786532106317735212/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-10T01:35:54.478Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:35:54.478Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-Basicclamp-csar.csar
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:54.479Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.480Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:54.481Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T01:35:54.482Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1975a59a-8e8b-411e-8060-b91906796784
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:54.483Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:df9aa2c3-076f-446f-8cd6-c4c056b1db1b
Model Version:NULL
Model InvariantUuid:7425a56b-8168-48d6-911b-303002b54747
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:e6bf0946-525e-44f2-b78b-9d3499c29625
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2d14459-a051-4860-82b2-bccc9c340952
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77607e4b-dfea-42e0-b4bc-b82c060913b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee996d3e-38bc-4f71-9caf-32e696fa1d05
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:34ee850d-2524-4a5b-a78f-398336af56ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1975a59a-8e8b-411e-8060-b91906796784
ModelInvariantUuid:9440e26a-d2c8-46f2-b486-783a4cd994fc
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f9569ed8-87c3-4aff-87e9-cdfd49d9f1cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d96060ce-8766-420d-b82f-59f0e114b2c5
ModelInvariantUuid:9ef6a54d-70e9-482b-8aa9-962cae0bd6b2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:3d4295bd-42bc-46fc-96c0-8b2c99eaa172
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:35:54.488Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d149b34d-d94e-4054-b703-bca8135a6523
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:35:54.490Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||basicclamp 0
2021-04-10T01:35:54.490Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d149b34d-d94e-4054-b703-bca8135a6523
2021-04-10T01:35:54.490Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c82f191-4e83-43a0-affb-ebe8a4c489e9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T01:35:54.490Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:35:54.490Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T01:35:55.034Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:35:55.035Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0c82f191-4e83-43a0-affb-ebe8a4c489e9 790
2021-04-10T01:35:55.035Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-10T01:35:55.036Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T01:35:55.036Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:35:55.036Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:55.039Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:55.039Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018555035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:35:55.139Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:55.140Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:55.140Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:55.152Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:55.153Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:35:56.040Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ee996d3e-38bc-4f71-9caf-32e696fa1d05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34ee850d-2524-4a5b-a78f-398336af56ff",
    "vfModuleModelCustomizationUUID": "a9e046eb-78f7-4774-9826-f302fc2e7c87",
    "isBase": true,
    "artifacts": [
      "99f0b34b-62f6-43f5-8fed-eff2967fd664",
      "f406a301-1e0c-4a44-ba2d-98d314cd4545"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:35:56.044Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34ee850d-2524-4a5b-a78f-398336af56ff
VfModuleModelInvariantUUID:ee996d3e-38bc-4f71-9caf-32e696fa1d05
VfModuleModelDescription:NULL
Artifacts UUID List:{
99f0b34b-62f6-43f5-8fed-eff2967fd664
,
f406a301-1e0c-4a44-ba2d-98d314cd4545

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:35:56.046Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ee996d3e-38bc-4f71-9caf-32e696fa1d05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34ee850d-2524-4a5b-a78f-398336af56ff",
    "vfModuleModelCustomizationUUID": "a9e046eb-78f7-4774-9826-f302fc2e7c87",
    "isBase": true,
    "artifacts": [
      "99f0b34b-62f6-43f5-8fed-eff2967fd664",
      "f406a301-1e0c-4a44-ba2d-98d314cd4545"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:35:56.046Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34ee850d-2524-4a5b-a78f-398336af56ff
VfModuleModelInvariantUUID:ee996d3e-38bc-4f71-9caf-32e696fa1d05
VfModuleModelDescription:NULL
Artifacts UUID List:{
99f0b34b-62f6-43f5-8fed-eff2967fd664
,
f406a301-1e0c-4a44-ba2d-98d314cd4545

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:35:56.046Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99f0b34b-62f6-43f5-8fed-eff2967fd664 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T01:35:56.046Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:35:56.047Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T01:35:56.507Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:35:56.507Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 99f0b34b-62f6-43f5-8fed-eff2967fd664 5033
2021-04-10T01:35:56.507Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T01:35:56.507Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T01:35:56.507Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:35:56.508Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:56.509Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:56.510Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018556507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:35:56.610Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:56.611Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:56.611Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:56.622Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:56.623Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:35:57.512Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f406a301-1e0c-4a44-ba2d-98d314cd4545 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T01:35:57.513Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:35:57.513Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T01:35:57.723Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:35:57.723Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f406a301-1e0c-4a44-ba2d-98d314cd4545 909
2021-04-10T01:35:57.724Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T01:35:57.724Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T01:35:57.724Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:35:57.724Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:57.726Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:57.726Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018557724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:35:57.826Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:57.827Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:57.827Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:57.836Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:57.836Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:58.727Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: df9aa2c3-076f-446f-8cd6-c4c056b1db1b
2021-04-10T01:35:58.728Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d149b34d-d94e-4054-b703-bca8135a6523 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:35:58.741Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.742Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.742Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-10T01:35:58.742Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 77607e4b-dfea-42e0-b4bc-b82c060913b6
2021-04-10T01:35:58.742Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77607e4b-dfea-42e0-b4bc-b82c060913b6 matches Tosca VF Customization UUID: 77607e4b-dfea-42e0-b4bc-b82c060913b6
2021-04-10T01:35:58.742Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 77607e4b-dfea-42e0-b4bc-b82c060913b6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:35:58.744Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.745Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.746Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 77607e4b-dfea-42e0-b4bc-b82c060913b6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-10T01:35:58.746Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4215ab6e
2021-04-10T01:35:58.746Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.746Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:35:58.747Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9e046eb-78f7-4774-9826-f302fc2e7c87
2021-04-10T01:35:58.747Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9e046eb-78f7-4774-9826-f302fc2e7c87
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:35:58.749Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.749Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:58.750Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:35:58.750Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.750Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:58.750Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:35:58.750Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.750Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-10T01:35:58.751Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-10T01:35:58.751Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-10T01:35:58.751Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1975a59a-8e8b-411e-8060-b91906796784
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:35:58.753Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.753Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:58.753Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:35:58.753Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.754Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-10T01:35:58.754Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=77607e4b-dfea-42e0-b4bc-b82c060913b6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:35:58.756Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.756Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.756Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid df9aa2c3-076f-446f-8cd6-c4c056b1db1b: basicclamp
2021-04-10T01:35:58.757Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.757Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.757Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.758Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.758Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.758Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.758Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.759Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.759Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:35:58.759Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:35:58.759Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:35:58.838Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d149b34d-d94e-4054-b703-bca8135a6523 1 ASDC deployResourceStructure
2021-04-10T01:35:58.838Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-10T01:35:58.838Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-10T01:35:58.838Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:35:58.839Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:58.840Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:58.840Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018558838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:35:58.941Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:58.941Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:58.941Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:58.952Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:58.952Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:35:59.842Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-10T01:35:59.842Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-10T01:35:59.842Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:35:59.842Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:35:59.844Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:35:59.845Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018559841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:35:59.945Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:35:59.945Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:35:59.946Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:35:59.958Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:35:59.958Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:00.846Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-10T01:36:00.846Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-10T01:36:00.846Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:36:00.846Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:00.848Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:00.848Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018560845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:00.949Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:00.950Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:00.950Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:00.962Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:00.962Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:01.850Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-10T01:36:01.850Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-10T01:36:01.850Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:36:01.850Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:01.852Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:01.852Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018561850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:01.953Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:36:01.954Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:01.954Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:01.966Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:01.966Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:02.853Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bf81e7d-644b-4283-a6dc-62cee213e2fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:36:02.865Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bf81e7d-644b-4283-a6dc-62cee213e2fc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:36:02.868Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:02.869Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-04-10T01:36:02.874Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:36:32.875Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bf81e7d-644b-4283-a6dc-62cee213e2fc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:36:32.881Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bf81e7d-644b-4283-a6dc-62cee213e2fc and serviceModelVersionId: df9aa2c3-076f-446f-8cd6-c4c056b1db1b
2021-04-10T01:36:32.881Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7425a56b-8168-48d6-911b-303002b54747
2021-04-10T01:36:32.881Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7425a56b-8168-48d6-911b-303002b54747/model-vers/model-ver/df9aa2c3-076f-446f-8cd6-c4c056b1db1b?depth=0
2021-04-10T01:36:32.886Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:36:32.920Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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/7425a56b-8168-48d6-911b-303002b54747/model-vers/model-ver/df9aa2c3-076f-446f-8cd6-c4c056b1db1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-10T01:36:32.921Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7425a56b-8168-48d6-911b-303002b54747/model-vers/model-ver/df9aa2c3-076f-446f-8cd6-c4c056b1db1b?depth=0|INFO|500||Invoke
2021-04-10T01:36:32.940Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7425a56b-8168-48d6-911b-303002b54747/model-vers/model-ver/df9aa2c3-076f-446f-8cd6-c4c056b1db1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:36:33.398Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7425a56b-8168-48d6-911b-303002b54747/model-vers/model-ver/df9aa2c3-076f-446f-8cd6-c4c056b1db1b?depth=0|INFO|500||InvokeReturn
2021-04-10T01:36:33.399Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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/7425a56b-8168-48d6-911b-303002b54747/model-vers/model-ver/df9aa2c3-076f-446f-8cd6-c4c056b1db1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-01:36:32:945-12441], vertex-id=[442584], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:36:32 GMT], Content-Type=[application/json]}
2021-04-10T01:36:33.399Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:36:33.399Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:36:33.399Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-04-10T01:36:33.403Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|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-04-10T01:36:33.404Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bf81e7d-644b-4283-a6dc-62cee213e2fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:36:33.404Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:36:33.404Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:33.406Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:33.406Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018593404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:36:33.507Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:33.508Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:33.508Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:33.522Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:33.523Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:36:34.418Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:36:34.418Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce463cb8-b695-4be1-a958-42ae4e4ab9dd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0","serviceDescription":"service","serviceInvariantUUID":"53c8eeba-492d-4c23-a5d5-7ddc65037057","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a68e0667-fc31-4002-b086-320e8d0c544c","resourceInvariantUUID":"500d1f39-e1fd-4383-816d-44a17e960a8b","resourceCustomizationUUID":"9437282d-4cfe-4691-882e-4835321afacf","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":"ZDg4MDNlY2UzOGI0ODcyNDM2ZGI0YTg3Yzc4YjFkZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63c3c9fc-2ea5-4e3e-a085-4a05704be548","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":"YzJhMTE3MzM2OTYwYzNlN2ZmMjgyNWZhZWQ3NTY4MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b131eb2-8911-4f31-81b2-21c5fa664582","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":"91161000-f921-4ce1-ae2f-ec2a3536d3bb","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":"4304a91c-721a-49c7-82b9-a7ce29651970","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":"c87c5be8-abf3-40a0-9a2d-47ac40035543","artifactVersion":"2","generatedFromUUID":"91161000-f921-4ce1-ae2f-ec2a3536d3bb"},{"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":"MWM0NmVhYjYxZDI0ZDg4ZWNhZjNjM2Y2NmE0ZmI2OWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"47bda371-61a8-461c-b2fa-f1f83fce8aa2","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":"NThmNTIwZGZlYmExODIzYzZjMjRlYTA3NzFhZTc0OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e60c2236-69ea-4cfa-b627-e7f9662b43a5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzJiMjdiMWI4MGNmODA1NWQzMzY1OWJiN2Q4YWRhODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7946de0-87a1-48b1-a219-6fbdda4d905a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:36:34.418Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:34.418Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:34.420Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:34.420Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:34.520Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:34.521Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:34.521Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:34.530Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:34.531Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:35.421Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:35.421Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:35.423Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:35.423Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:36:35.524Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:35.525Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:35.525Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:35.536Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:35.536Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:36.424Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:36.425Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:36.428Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:36.428Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:36:36.528Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:36.529Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:36.529Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:36.539Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:36.540Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:37.429Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:37.429Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:37.431Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:37.431Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:37.531Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:37.532Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:37.532Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:37.542Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:37.543Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:38.432Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:38.433Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:38.434Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:38.435Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:36:38.535Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:38.536Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:38.536Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:38.546Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:38.546Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:39.435Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:39.436Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:39.439Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:39.439Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.539Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:39.540Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:39.540Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:39.551Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:39.551Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:36:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:36:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:36:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:39.823Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:39.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018420818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:39.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018420988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018421821,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "clamp",
  "timestamp": 1618018422825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:36:39.832Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bf81e7d-644b-4283-a6dc-62cee213e2fc
2021-04-10T01:36:39.832Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf81e7d-644b-4283-a6dc-62cee213e2fc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:36:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018382714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018427189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018436341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018437217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018439273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:39.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "clamp",
  "timestamp": 1618018440276,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:36:39.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:36:39.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:36:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018443308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:39.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:36:39.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:36:39.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "aai-ml",
  "timestamp": 1618018444313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:36:39.859Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce463cb8-b695-4be1-a958-42ae4e4ab9dd
2021-04-10T01:36:39.860Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce463cb8-b695-4be1-a958-42ae4e4ab9dd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:36:40.439Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:40.441Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:40.442Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:40.443Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:36:40.543Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:40.544Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:40.544Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:40.556Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:40.557Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:41.443Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:36:41.444Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:41.446Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:41.446Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:36:41.547Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:41.547Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:41.547Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:41.557Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:41.558Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:42.448Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "53c8eeba-492d-4c23-a5d5-7ddc65037057",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9437282d-4cfe-4691-882e-4835321afacf",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a68e0667-fc31-4002-b086-320e8d0c544c",
      "resourceInvariantUUID": "500d1f39-e1fd-4383-816d-44a17e960a8b",
      "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": "YzJhMTE3MzM2OTYwYzNlN2ZmMjgyNWZhZWQ3NTY4MjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b131eb2-8911-4f31-81b2-21c5fa664582",
          "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": "91161000-f921-4ce1-ae2f-ec2a3536d3bb",
          "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": "c87c5be8-abf3-40a0-9a2d-47ac40035543",
            "generatedFromUUID": "91161000-f921-4ce1-ae2f-ec2a3536d3bb"
          },
          "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": "c87c5be8-abf3-40a0-9a2d-47ac40035543",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzJiMjdiMWI4MGNmODA1NWQzMzY1OWJiN2Q4YWRhODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7946de0-87a1-48b1-a219-6fbdda4d905a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:36:42.448Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:36:42.448Z|7bf81e7d-644b-4283-a6dc-62cee213e2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0 ASDC
2021-04-10T01:36:42.448Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ce463cb8-b695-4be1-a958-42ae4e4ab9dd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0
ServiceInvariantUUID:53c8eeba-492d-4c23-a5d5-7ddc65037057
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:b7946de0-87a1-48b1-a219-6fbdda4d905a
ArtifactChecksum:MzJiMjdiMWI4MGNmODA1NWQzMzY1OWJiN2Q4YWRhODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9437282d-4cfe-4691-882e-4835321afacf
ResourceInvariantUUID:500d1f39-e1fd-4383-816d-44a17e960a8b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a68e0667-fc31-4002-b086-320e8d0c544c
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:3b131eb2-8911-4f31-81b2-21c5fa664582
ArtifactChecksum:YzJhMTE3MzM2OTYwYzNlN2ZmMjgyNWZhZWQ3NTY4MjE=
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:91161000-f921-4ce1-ae2f-ec2a3536d3bb
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:c87c5be8-abf3-40a0-9a2d-47ac40035543
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:c87c5be8-abf3-40a0-9a2d-47ac40035543
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T01:36:42.448Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:36:42.480Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:36:42.481Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:36:42.481Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:36:42.481Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7946de0-87a1-48b1-a219-6fbdda4d905a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T01:36:42.481Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:36:42.481Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T01:36:43.008Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:36:43.014Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b7946de0-87a1-48b1-a219-6fbdda4d905a 82034
2021-04-10T01:36:43.014Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-10T01:36:43.014Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T01:36:43.014Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:36:43.014Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:43.016Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:43.016Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018603014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:36:43.117Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:36:43.117Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:43.118Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:43.127Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:43.127Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:44.017Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:36:44.018Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:36:44.018Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b7946de0-87a1-48b1-a219-6fbdda4d905a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:44.018Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-10T01:36:44.019Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:44.019Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:44.118Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2416855253343423061/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-10T01:36:45.103Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:36:45.103Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-BasicVmMacro-csar.csar
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:36:45.104Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.105Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:36:45.106Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3aace33-6626-4525-b1f0-0d78d45a2344
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.107Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.108Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.108Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.108Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:45.108Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:45.108Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0
Model Version:NULL
Model InvariantUuid:53c8eeba-492d-4c23-a5d5-7ddc65037057
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:fd4c7c9d-4600-4cc0-b65c-7d7c147243b2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:500d1f39-e1fd-4383-816d-44a17e960a8b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9437282d-4cfe-4691-882e-4835321afacf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:314e787f-7818-42bd-8487-f094f455a4bf
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:14113dae-46e1-498a-b876-8a53088de5b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3aace33-6626-4525-b1f0-0d78d45a2344
ModelInvariantUuid:9ace478c-19e1-4879-954b-930a39bca388
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:551421a1-911c-49c6-a994-d13adaac1d4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:f6c99667-e388-4693-8544-e3f5f41443df
ModelInvariantUuid:6447ad94-cdea-45ab-8680-0936c77db418
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:4ed85a8e-38d2-4e4c-91c2-4363a6ed76bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:36:45.114Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a68e0667-fc31-4002-b086-320e8d0c544c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:36:45.117Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-04-10T01:36:45.117Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a68e0667-fc31-4002-b086-320e8d0c544c
2021-04-10T01:36:45.117Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b131eb2-8911-4f31-81b2-21c5fa664582 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T01:36:45.117Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:36:45.117Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T01:36:45.288Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:36:45.289Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3b131eb2-8911-4f31-81b2-21c5fa664582 792
2021-04-10T01:36:45.289Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-10T01:36:45.289Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T01:36:45.290Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:36:45.290Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:45.292Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:45.292Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018605289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:36:45.392Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:45.393Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:45.393Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:45.403Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:45.404Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:36:46.293Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "314e787f-7818-42bd-8487-f094f455a4bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14113dae-46e1-498a-b876-8a53088de5b3",
    "vfModuleModelCustomizationUUID": "1aba434d-f522-4c54-876f-a265b97d73c8",
    "isBase": true,
    "artifacts": [
      "91161000-f921-4ce1-ae2f-ec2a3536d3bb",
      "c87c5be8-abf3-40a0-9a2d-47ac40035543"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:36:46.296Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14113dae-46e1-498a-b876-8a53088de5b3
VfModuleModelInvariantUUID:314e787f-7818-42bd-8487-f094f455a4bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
91161000-f921-4ce1-ae2f-ec2a3536d3bb
,
c87c5be8-abf3-40a0-9a2d-47ac40035543

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:36:46.298Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "314e787f-7818-42bd-8487-f094f455a4bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14113dae-46e1-498a-b876-8a53088de5b3",
    "vfModuleModelCustomizationUUID": "1aba434d-f522-4c54-876f-a265b97d73c8",
    "isBase": true,
    "artifacts": [
      "91161000-f921-4ce1-ae2f-ec2a3536d3bb",
      "c87c5be8-abf3-40a0-9a2d-47ac40035543"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:36:46.299Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14113dae-46e1-498a-b876-8a53088de5b3
VfModuleModelInvariantUUID:314e787f-7818-42bd-8487-f094f455a4bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
91161000-f921-4ce1-ae2f-ec2a3536d3bb
,
c87c5be8-abf3-40a0-9a2d-47ac40035543

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:36:46.299Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 91161000-f921-4ce1-ae2f-ec2a3536d3bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T01:36:46.299Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:36:46.299Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T01:36:46.680Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:36:46.681Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 91161000-f921-4ce1-ae2f-ec2a3536d3bb 5033
2021-04-10T01:36:46.681Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T01:36:46.681Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T01:36:46.681Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:36:46.682Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:46.684Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:46.684Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018606681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:36:46.784Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:46.785Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:46.785Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:46.799Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:46.799Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:47.685Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c87c5be8-abf3-40a0-9a2d-47ac40035543 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T01:36:47.685Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:36:47.685Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T01:36:48.384Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:36:48.384Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c87c5be8-abf3-40a0-9a2d-47ac40035543 903
2021-04-10T01:36:48.385Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T01:36:48.385Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T01:36:48.385Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:36:48.386Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:48.388Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:48.388Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018608385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:36:48.488Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:48.489Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:48.489Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:48.499Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:48.499Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:49.388Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0
2021-04-10T01:36:49.389Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a68e0667-fc31-4002-b086-320e8d0c544c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:36:49.402Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.402Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.402Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-10T01:36:49.402Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9437282d-4cfe-4691-882e-4835321afacf
2021-04-10T01:36:49.403Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9437282d-4cfe-4691-882e-4835321afacf matches Tosca VF Customization UUID: 9437282d-4cfe-4691-882e-4835321afacf
2021-04-10T01:36:49.403Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9437282d-4cfe-4691-882e-4835321afacf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:36:49.406Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.406Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.406Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9437282d-4cfe-4691-882e-4835321afacf: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-10T01:36:49.406Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12cc8571
2021-04-10T01:36:49.407Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.407Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:36:49.407Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1aba434d-f522-4c54-876f-a265b97d73c8
2021-04-10T01:36:49.407Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1aba434d-f522-4c54-876f-a265b97d73c8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:36:49.410Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.410Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:49.410Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:36:49.410Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.410Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:49.411Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:36:49.411Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.411Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-10T01:36:49.411Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-10T01:36:49.411Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-10T01:36:49.412Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3aace33-6626-4525-b1f0-0d78d45a2344
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:36:49.414Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.414Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:49.414Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:36:49.415Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.415Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-10T01:36:49.415Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9437282d-4cfe-4691-882e-4835321afacf
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:36:49.417Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.417Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.417Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0: basic_vm_macro
2021-04-10T01:36:49.418Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.418Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.418Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.418Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.418Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.418Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.419Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.419Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.419Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:36:49.419Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:36:49.420Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:36:49.492Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a68e0667-fc31-4002-b086-320e8d0c544c 1 ASDC deployResourceStructure
2021-04-10T01:36:49.493Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-10T01:36:49.493Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-10T01:36:49.493Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:36:49.493Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:49.495Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:49.495Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018609493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:49.595Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:49.596Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:49.596Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:49.606Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:49.606Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:50.496Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-10T01:36:50.496Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-10T01:36:50.496Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:36:50.497Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:50.498Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:50.498Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018610496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:50.599Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:36:50.599Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:50.599Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:50.610Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:50.610Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:51.499Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-10T01:36:51.500Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-10T01:36:51.500Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:36:51.500Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:51.503Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:51.503Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018611499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:51.603Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:51.604Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:51.604Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:51.614Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:51.614Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:52.504Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-10T01:36:52.505Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-10T01:36:52.505Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:36:52.505Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:36:52.507Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:36:52.507Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018612504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:36:52.608Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:36:52.609Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:36:52.609Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:36:52.619Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:36:52.620Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:36:53.508Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce463cb8-b695-4be1-a958-42ae4e4ab9dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:36:53.515Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce463cb8-b695-4be1-a958-42ae4e4ab9dd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:53.517Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:53.518Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:36:53.518Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-04-10T01:36:53.522Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:37:23.522Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce463cb8-b695-4be1-a958-42ae4e4ab9dd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:37:23.526Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce463cb8-b695-4be1-a958-42ae4e4ab9dd and serviceModelVersionId: 52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0
2021-04-10T01:37:23.526Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53c8eeba-492d-4c23-a5d5-7ddc65037057
2021-04-10T01:37:23.527Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0
2021-04-10T01:37:23.530Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:37:23.562Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0|INFO|500||Invoke
2021-04-10T01:37:23.562Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce463cb8-b695-4be1-a958-42ae4e4ab9dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2fa70d0-8325-413c-9081-6453550dfd22], X-ECOMP-RequestID=[ce463cb8-b695-4be1-a958-42ae4e4ab9dd], X-TransactionId=[], X-ONAP-RequestID=[ce463cb8-b695-4be1-a958-42ae4e4ab9dd], Content-Type=[application/merge-patch+json]}
2021-04-10T01:37:23.588Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:37:23.664Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?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/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-01:37:23:593-79943], vertex-id=[278528], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:37:23 GMT], Content-Type=[application/json]}
2021-04-10T01:37:23.664Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:37:23.665Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53c8eeba-492d-4c23-a5d5-7ddc65037057/model-vers/model-ver/52f8ca94-8e2d-4f42-816d-b6a2eca4d6a0?depth=0|INFO|500||InvokeReturn
2021-04-10T01:37:23.665Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:37:23.665Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-04-10T01:37:23.669Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-04-10T01:37:23.670Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce463cb8-b695-4be1-a958-42ae4e4ab9dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:37:23.670Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:37:23.670Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:23.672Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:23.672Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018643670,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:37:23.772Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:23.774Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:23.774Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:23.789Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:23.790Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:37:24.683Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:37:24.684Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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-04-10T01:37:24.684Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:25.302Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:25.302Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:37:25.302Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"85837b3b-ded4-4560-98c5-b96bcb185acf","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e743206a-7c6b-4017-97b6-2277725af3a5","serviceDescription":"service","serviceInvariantUUID":"0f065d5d-49fc-4581-a4d6-4a00d673e495","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f86374c2-86b1-4a0d-bb2c-7bfb8be76734","resourceInvariantUUID":"1d50c656-e7f6-408b-8132-36042825ffad","resourceCustomizationUUID":"cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59","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":"YmQ4YzZiZDdiZjVmMDJmMzZhNTU2MDQzMTViYTQwMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"981692fa-21ea-46b4-8811-dba28b6eede0","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":"80d4ffab-ed5e-440f-9a02-d8320239efe2","artifactVersion":"2","generatedFromUUID":"3f907376-1d2c-4183-910a-093e0628191d"},{"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":"3f907376-1d2c-4183-910a-093e0628191d","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":"ODNjZTFlODQ3NWQyMTkxZTk1ZjllNTdhNTY3YTg0NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ccb5ea9-45e0-4faa-961d-96edfd58422c","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":"ec90cc20-db63-4a02-934d-edde31aecf84","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":"1ce53d0c-27e4-47a1-9ed6-be7bea161bff","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":"955ca3ff-066a-4c3d-95d2-9939ab0f2aad","artifactVersion":"2","generatedFromUUID":"ec90cc20-db63-4a02-934d-edde31aecf84"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yjg5MTI3ZWY4YzQ5ODY0MDk3YzgzNmU2MjI0ZjE2OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60dcad71-f582-44f9-b056-842a5d3eaa74","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWQ3NzdhY2UxZDI5YjI3Y2IzN2ExMGMwN2U2NzA3M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb599f57-b226-48a4-b2c0-91c0006ca3ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:37:25.304Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:25.304Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:25.305Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:25.305Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:37:25.406Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:37:25.407Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:25.407Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:25.419Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:25.420Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:26.306Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:26.307Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:26.309Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:26.309Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T01:37:26.409Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:26.410Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:26.410Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:26.420Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:26.421Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:27.310Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:27.310Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:27.312Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:27.313Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T01:37:27.413Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:37:27.413Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:27.414Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:27.423Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:27.423Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:28.313Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:28.314Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:28.317Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:28.317Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:37:28.417Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:28.418Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:28.418Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:28.426Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:28.427Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:29.317Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:29.318Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:29.320Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:29.321Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:37:29.421Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:29.422Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:29.422Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:29.431Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:29.432Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:30.321Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:30.322Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:30.324Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:30.324Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:37:30.425Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:37:30.426Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:30.426Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:30.438Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:30.438Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:31.325Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:31.326Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:31.328Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:31.328Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T01:37:31.428Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:31.429Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:31.429Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:31.440Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:31.441Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:32.328Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:32.329Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:32.331Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:32.331Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:37:32.431Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:32.432Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:32.432Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:32.443Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:32.444Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:33.331Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:37:33.332Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:33.335Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:33.335Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:37:33.435Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:33.436Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:33.436Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:33.447Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:33.448Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:37:34.336Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e743206a-7c6b-4017-97b6-2277725af3a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0f065d5d-49fc-4581-a4d6-4a00d673e495",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f86374c2-86b1-4a0d-bb2c-7bfb8be76734",
      "resourceInvariantUUID": "1d50c656-e7f6-408b-8132-36042825ffad",
      "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": "80d4ffab-ed5e-440f-9a02-d8320239efe2",
          "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": "3f907376-1d2c-4183-910a-093e0628191d",
          "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": "ODNjZTFlODQ3NWQyMTkxZTk1ZjllNTdhNTY3YTg0NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9ccb5ea9-45e0-4faa-961d-96edfd58422c",
          "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": "ec90cc20-db63-4a02-934d-edde31aecf84",
          "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": "955ca3ff-066a-4c3d-95d2-9939ab0f2aad",
            "generatedFromUUID": "ec90cc20-db63-4a02-934d-edde31aecf84"
          },
          "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": "955ca3ff-066a-4c3d-95d2-9939ab0f2aad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWQ3NzdhY2UxZDI5YjI3Y2IzN2ExMGMwN2U2NzA3M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb599f57-b226-48a4-b2c0-91c0006ca3ed"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:37:34.336Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:37:34.337Z|ce463cb8-b695-4be1-a958-42ae4e4ab9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e743206a-7c6b-4017-97b6-2277725af3a5 ASDC
2021-04-10T01:37:34.337Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:85837b3b-ded4-4560-98c5-b96bcb185acf
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e743206a-7c6b-4017-97b6-2277725af3a5
ServiceInvariantUUID:0f065d5d-49fc-4581-a4d6-4a00d673e495
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:bb599f57-b226-48a4-b2c0-91c0006ca3ed
ArtifactChecksum:ZWQ3NzdhY2UxZDI5YjI3Y2IzN2ExMGMwN2U2NzA3M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59
ResourceInvariantUUID:1d50c656-e7f6-408b-8132-36042825ffad
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f86374c2-86b1-4a0d-bb2c-7bfb8be76734
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:80d4ffab-ed5e-440f-9a02-d8320239efe2
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:3f907376-1d2c-4183-910a-093e0628191d
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:9ccb5ea9-45e0-4faa-961d-96edfd58422c
ArtifactChecksum:ODNjZTFlODQ3NWQyMTkxZTk1ZjllNTdhNTY3YTg0NDg=
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:ec90cc20-db63-4a02-934d-edde31aecf84
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:955ca3ff-066a-4c3d-95d2-9939ab0f2aad
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:955ca3ff-066a-4c3d-95d2-9939ab0f2aad
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-10T01:37:34.337Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e743206a-7c6b-4017-97b6-2277725af3a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:37:34.365Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:37:34.366Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:37:34.366Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:37:34.366Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bb599f57-b226-48a4-b2c0-91c0006ca3ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T01:37:34.366Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:37:34.366Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T01:37:35.187Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:37:35.192Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bb599f57-b226-48a4-b2c0-91c0006ca3ed 71163
2021-04-10T01:37:35.192Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-10T01:37:35.192Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T01:37:35.193Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:37:35.193Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:35.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:35.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018655192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:37:35.295Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:35.296Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:35.296Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:35.305Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:35.306Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:36.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:37:36.196Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:37:36.197Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bb599f57-b226-48a4-b2c0-91c0006ca3ed, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:36.197Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-10T01:37:36.198Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:36.198Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:36.328Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15600979425537072130/Definitions/service-BasicCnf-template.yml
2021-04-10T01:37:37.440Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:37:37.440Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:37:37.440Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:37.440Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-10T01:37:37.440Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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-BasicCnf-csar.csar
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.441Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:37:37.442Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.443Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.443Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.443Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-10T01:37:37.443Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-10T01:37:37.443Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-10T01:37:37.443Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-10T01:37:37.444Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.444Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:37:37.444Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.444Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:37.444Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:37:37.444Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-10T01:37:37.445Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=992f1c96-d1f0-49c9-9ebc-5d7e2213f03f
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.446Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.447Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:37.447Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:37.447Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e743206a-7c6b-4017-97b6-2277725af3a5
Model Version:NULL
Model InvariantUuid:0f065d5d-49fc-4581-a4d6-4a00d673e495
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3cee5bbf-b49a-4f27-86ca-1c7dc6eaac04
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d50c656-e7f6-408b-8132-36042825ffad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:518d671f-b7d4-451f-ba55-6cdc458a3f9d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9d0b6b90-2670-4aee-8a52-a5e433d44d79
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:992f1c96-d1f0-49c9-9ebc-5d7e2213f03f
ModelInvariantUuid:18138929-a005-4ef9-8456-d46463e5a918
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:40b78852-3fe5-46b4-9798-2cd4a9ea1ec3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7ab4877d-6bc0-4bf0-9fec-163107ecd855
ModelInvariantUuid:f0dc72fd-fbbd-47b2-a325-27d4509f0c36
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:62afc15b-e21e-4670-b68b-b577d25a3651
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:37:37.452Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f86374c2-86b1-4a0d-bb2c-7bfb8be76734
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:37:37.454Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-04-10T01:37:37.454Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f86374c2-86b1-4a0d-bb2c-7bfb8be76734
2021-04-10T01:37:37.454Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 80d4ffab-ed5e-440f-9a02-d8320239efe2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-10T01:37:37.455Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:37:37.455Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-10T01:37:37.719Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:37:37.719Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 80d4ffab-ed5e-440f-9a02-d8320239efe2 12
2021-04-10T01:37:37.719Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-10T01:37:37.719Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-10T01:37:37.720Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:37:37.720Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:37.722Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:37.722Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018657719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:37:37.822Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:37.823Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:37.823Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:37.834Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:37.834Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:38.723Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f907376-1d2c-4183-910a-093e0628191d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-10T01:37:38.724Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:37:38.724Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-10T01:37:39.347Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:37:39.347Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3f907376-1d2c-4183-910a-093e0628191d 2688
2021-04-10T01:37:39.347Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-10T01:37:39.347Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-10T01:37:39.347Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:37:39.347Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:39.349Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:39.349Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018659347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:37:39.449Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:39.450Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:39.450Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:39.459Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:39.459Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:37:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:37:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:39.822Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:39.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:37:39.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2245e9e9-590d-48fc-ae0a-ced06624b529",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018538044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:37:39.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:37:40.350Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9ccb5ea9-45e0-4faa-961d-96edfd58422c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-10T01:37:40.350Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:37:40.350Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-10T01:37:41.562Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:37:41.563Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9ccb5ea9-45e0-4faa-961d-96edfd58422c 828
2021-04-10T01:37:41.563Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-10T01:37:41.563Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-10T01:37:41.563Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:37:41.564Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:41.566Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:41.566Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018661563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:37:41.666Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:41.667Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:41.667Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:41.678Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:41.679Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:42.567Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "518d671f-b7d4-451f-ba55-6cdc458a3f9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d0b6b90-2670-4aee-8a52-a5e433d44d79",
    "vfModuleModelCustomizationUUID": "fc429023-b12c-4f9f-9859-a0c58e068af7",
    "isBase": true,
    "artifacts": [
      "ec90cc20-db63-4a02-934d-edde31aecf84",
      "3f907376-1d2c-4183-910a-093e0628191d",
      "955ca3ff-066a-4c3d-95d2-9939ab0f2aad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:37:42.571Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d0b6b90-2670-4aee-8a52-a5e433d44d79
VfModuleModelInvariantUUID:518d671f-b7d4-451f-ba55-6cdc458a3f9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec90cc20-db63-4a02-934d-edde31aecf84
,
3f907376-1d2c-4183-910a-093e0628191d
,
955ca3ff-066a-4c3d-95d2-9939ab0f2aad

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:37:42.574Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "518d671f-b7d4-451f-ba55-6cdc458a3f9d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d0b6b90-2670-4aee-8a52-a5e433d44d79",
    "vfModuleModelCustomizationUUID": "fc429023-b12c-4f9f-9859-a0c58e068af7",
    "isBase": true,
    "artifacts": [
      "ec90cc20-db63-4a02-934d-edde31aecf84",
      "3f907376-1d2c-4183-910a-093e0628191d",
      "955ca3ff-066a-4c3d-95d2-9939ab0f2aad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-10T01:37:42.574Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d0b6b90-2670-4aee-8a52-a5e433d44d79
VfModuleModelInvariantUUID:518d671f-b7d4-451f-ba55-6cdc458a3f9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec90cc20-db63-4a02-934d-edde31aecf84
,
3f907376-1d2c-4183-910a-093e0628191d
,
955ca3ff-066a-4c3d-95d2-9939ab0f2aad

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-10T01:37:42.574Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec90cc20-db63-4a02-934d-edde31aecf84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-10T01:37:42.574Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:37:42.574Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-10T01:37:42.909Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:37:42.910Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ec90cc20-db63-4a02-934d-edde31aecf84 1164
2021-04-10T01:37:42.910Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-10T01:37:42.910Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-10T01:37:42.910Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:37:42.911Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:42.913Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:42.913Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018662910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:37:43.013Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:43.014Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:43.014Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:43.024Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:43.024Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:43.914Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955ca3ff-066a-4c3d-95d2-9939ab0f2aad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-10T01:37:43.914Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:37:43.915Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-10T01:37:44.084Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:37:44.084Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 955ca3ff-066a-4c3d-95d2-9939ab0f2aad 200
2021-04-10T01:37:44.085Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-10T01:37:44.085Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-10T01:37:44.085Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:37:44.085Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:44.087Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:44.087Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018664085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:37:44.187Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:44.188Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:44.188Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:44.198Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:44.198Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:45.087Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e743206a-7c6b-4017-97b6-2277725af3a5
2021-04-10T01:37:45.088Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f86374c2-86b1-4a0d-bb2c-7bfb8be76734 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-04-10T01:37:45.102Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||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-04-10T01:37:45.106Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.106Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.106Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-04-10T01:37:45.106Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59
2021-04-10T01:37:45.106Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59 matches Tosca VF Customization UUID: cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59
2021-04-10T01:37:45.106Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-04-10T01:37:45.108Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.108Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.108Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-04-10T01:37:45.109Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70a43ed3
2021-04-10T01:37:45.109Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.109Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-10T01:37:45.109Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc429023-b12c-4f9f-9859-a0c58e068af7
2021-04-10T01:37:45.109Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc429023-b12c-4f9f-9859-a0c58e068af7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-04-10T01:37:45.111Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.111Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:45.111Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:37:45.111Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.111Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:45.111Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:37:45.112Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.112Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-10T01:37:45.112Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-10T01:37:45.112Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=992f1c96-d1f0-49c9-9ebc-5d7e2213f03f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-04-10T01:37:45.114Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.114Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:45.114Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-10T01:37:45.114Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.115Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-10T01:37:45.115Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cebc04ba-91b4-4c8f-9b2f-8e14f9c69d59
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:37:45.116Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.116Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.116Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e743206a-7c6b-4017-97b6-2277725af3a5: basic_cnf
2021-04-10T01:37:45.116Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:37:45.117Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:37:45.118Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:37:45.187Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f86374c2-86b1-4a0d-bb2c-7bfb8be76734 1 ASDC deployResourceStructure
2021-04-10T01:37:45.187Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-04-10T01:37:45.188Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-04-10T01:37:45.188Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-10T01:37:45.188Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:45.190Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:45.190Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018665187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-10T01:37:45.290Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:45.291Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:45.291Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:45.301Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:45.302Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:37:46.191Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-04-10T01:37:46.191Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-04-10T01:37:46.192Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-10T01:37:46.192Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:46.194Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:46.194Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018666191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-10T01:37:46.294Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:46.295Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:46.295Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:46.305Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:46.305Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:47.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-04-10T01:37:47.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-10T01:37:47.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:37:47.195Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:47.197Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:47.198Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018667195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:37:47.298Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:47.298Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:47.299Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:47.309Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:47.310Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:48.199Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-04-10T01:37:48.200Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-10T01:37:48.200Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:37:48.200Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:48.202Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:48.202Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018668198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:37:48.303Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:48.303Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:48.304Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:48.313Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:48.314Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:49.203Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-04-10T01:37:49.203Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-10T01:37:49.204Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:37:49.204Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:49.206Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:49.206Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018669203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:37:49.306Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:49.307Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:49.307Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:49.316Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:49.317Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:37:50.207Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-10T01:37:50.207Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-10T01:37:50.207Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:37:50.208Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:37:50.210Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:37:50.210Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018670207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:37:50.310Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:37:50.310Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:37:50.310Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:37:50.321Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:37:50.321Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:37:51.210Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:37:51.219Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:37:51.220Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:37:51.221Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:37:51.221Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:38:21.221Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:38:21.233Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:38:21.236Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:38:21.236Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:38:21.236Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:38:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:38:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:38:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:38:39.825Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:38:39.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018552003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018555035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018556507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018557724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018558838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018559841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018560845,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018561850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf81e7d-644b-4283-a6dc-62cee213e2fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018593404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:38:39.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:39.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:38:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:38:39.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:38:51.237Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:38:51.245Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:38:51.247Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:38:51.247Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:38:51.247Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:39:21.248Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:39:21.258Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:39:21.261Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:39:21.261Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:39:21.261Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:39:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:39:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:39:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:39:39.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:39:39.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018539059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018603014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018605289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018606681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018608385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018609493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018597054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018596304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018592714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018600272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018592468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018610496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018611499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018611773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018611857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018611876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018612504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018603977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018604121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018612879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018613809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018613798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "policy-id",
  "timestamp": 1618018613882,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.851Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.851Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:39:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018614603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018615587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018615603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "cds",
  "timestamp": 1618018615607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.866Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.867Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018607189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018617108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018617126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018617271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018618129,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.881Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.881Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:39:39.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018618145,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.891Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.891Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:39:39.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018619132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018619149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018611491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018622561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018622615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018623632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018623738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018623938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "clamp",
  "timestamp": 1618018624635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.909Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:39:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018624918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "aai-ml",
  "timestamp": 1618018624942,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.922Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.922Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018626100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018617481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018627105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.936Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.936Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-10T01:39:39.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018627688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018628108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018629755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018630759,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:39:39.946Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85837b3b-ded4-4560-98c5-b96bcb185acf
2021-04-10T01:39:39.946Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85837b3b-ded4-4560-98c5-b96bcb185acf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:39:39.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce463cb8-b695-4be1-a958-42ae4e4ab9dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018643670,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018644683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018655192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018657719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:39:39.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018659347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:39:39.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:39:51.262Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:39:51.272Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:39:51.274Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:39:51.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:39:51.276Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:39:51.276Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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-04-10T01:39:51.281Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:40:21.281Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85837b3b-ded4-4560-98c5-b96bcb185acf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:40:21.286Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85837b3b-ded4-4560-98c5-b96bcb185acf and serviceModelVersionId: e743206a-7c6b-4017-97b6-2277725af3a5
2021-04-10T01:40:21.287Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f065d5d-49fc-4581-a4d6-4a00d673e495
2021-04-10T01:40:21.287Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f065d5d-49fc-4581-a4d6-4a00d673e495/model-vers/model-ver/e743206a-7c6b-4017-97b6-2277725af3a5?depth=0
2021-04-10T01:40:21.295Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:40:21.325Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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/0f065d5d-49fc-4581-a4d6-4a00d673e495/model-vers/model-ver/e743206a-7c6b-4017-97b6-2277725af3a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-10T01:40:21.326Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f065d5d-49fc-4581-a4d6-4a00d673e495/model-vers/model-ver/e743206a-7c6b-4017-97b6-2277725af3a5?depth=0|INFO|500||Invoke
2021-04-10T01:40:21.343Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f065d5d-49fc-4581-a4d6-4a00d673e495/model-vers/model-ver/e743206a-7c6b-4017-97b6-2277725af3a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:40:21.951Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f065d5d-49fc-4581-a4d6-4a00d673e495/model-vers/model-ver/e743206a-7c6b-4017-97b6-2277725af3a5?depth=0|INFO|500||InvokeReturn
2021-04-10T01:40:21.952Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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/0f065d5d-49fc-4581-a4d6-4a00d673e495/model-vers/model-ver/e743206a-7c6b-4017-97b6-2277725af3a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-01:40:21:348-32401], vertex-id=[290816], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:40:21 GMT], Content-Type=[application/json]}
2021-04-10T01:40:21.952Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:40:21.952Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:40:21.952Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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-04-10T01:40:21.957Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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-04-10T01:40:21.957Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85837b3b-ded4-4560-98c5-b96bcb185acf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:40:21.957Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:40:21.958Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:21.960Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:21.960Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018821957,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:40:22.060Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:22.061Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:22.062Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:22.079Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:22.080Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:40:22.971Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:40:22.972Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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-04-10T01:40:22.972Z|85837b3b-ded4-4560-98c5-b96bcb185acf|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:27.256Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:27.257Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-10T01:40:27.257Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a0de2cc-32a8-4150-a922-be6e9c151bdf","serviceName":"Demo_pNF_7H6lpyR8xAhM57zzYNaS","serviceVersion":"1.0","serviceUUID":"3a0852f0-6be0-42d5-8efd-d2d222163fba","serviceDescription":"catalog service description","serviceInvariantUUID":"e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc","resources":[{"resourceInstanceName":"pNF 34671ff1-7e8a 0","resourceName":"pNF 34671ff1-7e8a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"552c3b3e-5b98-4abe-904d-2753db3fde3c","resourceInvariantUUID":"805e733a-33bf-4e81-8384-4a0a8ae26ac4","resourceCustomizationUUID":"75294501-e05e-4d99-b362-523618371b0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml","artifactChecksum":"MjI3NGY4YTJhYjFmYWI1NWRmMGI4YjU4YjIzNWVlYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ac28df1-4c87-4dad-bdb0-3c3309a92657","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar","artifactChecksum":"YWY4YmNiMDFkZTVmMGEyYjZmOTU2MzI4NzFmZWU1Yjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea41610b-4a11-483b-8234-f906d978828b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1aada3a4-a802-4120-a133-23940d02c463","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml","artifactChecksum":"NWJkMTYwNzg3MGM2Njk4NDMwY2M0OGQ4MzA4ZTVmYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cfee24f-866b-4afd-a09d-e4c6d55417e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"052c4115-02d4-428c-828b-4d5cd769d58d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aeae8cf3-5276-4c56-8544-d0649489c305","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7h6lpyr8xahm57zzynas-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml","artifactChecksum":"ZWVhMTY0Nzg1ZTM2MmY1NTczYzE2M2NmMjIwOTkxMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33d8a425-cce6-447d-b4f4-e771ae17b546","artifactVersion":"1"},{"artifactName":"service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar","artifactChecksum":"OTBlNjcxMjA1OWIwOTg5YjZiYTE4ZmU3NmM2MzI4ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e3802e5-3dd0-4dd6-b35e-087d4d987829","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:40:27.258Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:27.259Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:27.260Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:27.260Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:27.361Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:27.362Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:27.362Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:27.373Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:27.373Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:28.261Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:28.262Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:28.264Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:28.265Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:28.365Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:28.366Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:28.366Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:28.380Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:28.380Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:29.265Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:29.266Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:29.268Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:29.269Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:29.369Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:29.370Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:29.370Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:29.380Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:29.380Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:40:30.269Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:30.270Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:30.272Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:30.272Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:30.372Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:30.373Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:30.373Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:30.384Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:30.384Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:31.272Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:31.273Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:31.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:31.275Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:31.375Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:40:31.376Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:31.376Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:31.386Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:31.386Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:32.276Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:32.277Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:32.279Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:32.279Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:32.379Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-10T01:40:32.380Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:32.380Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:32.392Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:32.392Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:33.280Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:33.281Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:33.283Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:33.283Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:40:33.383Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:33.384Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:33.385Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:33.395Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:33.395Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:34.284Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:40:34.285Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:34.287Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:34.287Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:40:34.387Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:34.388Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:34.388Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:34.399Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:34.400Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:35.288Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "serviceName": "Demo_pNF_7H6lpyR8xAhM57zzYNaS",
  "serviceVersion": "1.0",
  "serviceUUID": "3a0852f0-6be0-42d5-8efd-d2d222163fba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc",
  "resources": [
    {
      "resourceInstanceName": "pNF 34671ff1-7e8a 0",
      "resourceCustomizationUUID": "75294501-e05e-4d99-b362-523618371b0c",
      "resourceName": "pNF 34671ff1-7e8a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "552c3b3e-5b98-4abe-904d-2753db3fde3c",
      "resourceInvariantUUID": "805e733a-33bf-4e81-8384-4a0a8ae26ac4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
      "artifactChecksum": "OTBlNjcxMjA1OWIwOTg5YjZiYTE4ZmU3NmM2MzI4ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e3802e5-3dd0-4dd6-b35e-087d4d987829"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:40:35.289Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:40:35.289Z|85837b3b-ded4-4560-98c5-b96bcb185acf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a0852f0-6be0-42d5-8efd-d2d222163fba ASDC
2021-04-10T01:40:35.289Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1a0de2cc-32a8-4150-a922-be6e9c151bdf
ServiceName:Demo_pNF_7H6lpyR8xAhM57zzYNaS
ServiceVersion:1.0
ServiceUUID:3a0852f0-6be0-42d5-8efd-d2d222163fba
ServiceInvariantUUID:e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
ArtifactUUID:4e3802e5-3dd0-4dd6-b35e-087d4d987829
ArtifactChecksum:OTBlNjcxMjA1OWIwOTg5YjZiYTE4ZmU3NmM2MzI4ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 34671ff1-7e8a 0
ResourceCustomizationUUID:75294501-e05e-4d99-b362-523618371b0c
ResourceInvariantUUID:805e733a-33bf-4e81-8384-4a0a8ae26ac4
ResourceName:pNF 34671ff1-7e8a
ResourceType:PNF
ResourceUUID:552c3b3e-5b98-4abe-904d-2753db3fde3c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-10T01:40:35.289Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a0852f0-6be0-42d5-8efd-d2d222163fba ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:40:35.317Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:40:35.318Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:40:35.318Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:40:35.318Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e3802e5-3dd0-4dd6-b35e-087d4d987829 from URL: /sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:35.318Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-10T01:40:35.318Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:35.733Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-10T01:40:35.736Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar 4e3802e5-3dd0-4dd6-b35e-087d4d987829 83326
2021-04-10T01:40:35.737Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar ASDC sendASDCNotification
2021-04-10T01:40:35.737Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:35.737Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:40:35.737Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:35.739Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:35.739Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018835737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:40:35.839Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:35.840Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:35.840Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:35.850Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:35.850Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:40:36.739Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:40:36.740Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-10T01:40:36.741Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4e3802e5-3dd0-4dd6-b35e-087d4d987829, URL: /sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar to file: /app/ASDC/1/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:36.741Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:36.741Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:36.741Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:36.867Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5065067706479608691/Definitions/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml
2021-04-10T01:40:37.474Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:40:37.474Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:40:37.474Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.474Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 34671ff1-7e8a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 34671ff1-7e8a 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-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||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-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||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-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-10T01:40:37.475Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Node template pNF 34671ff1-7e8a 0 is matching search criteria
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 34671ff1-7e8a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.476Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Node template pNF 34671ff1-7e8a 0 is matching search criteria
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 34671ff1-7e8a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.477Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.478Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.478Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.478Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.478Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7H6lpyR8xAhM57zzYNaS
Description:catalog service description
Model UUID:3a0852f0-6be0-42d5-8efd-d2d222163fba
Model Version:NULL
Model InvariantUuid:e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:40:37.484Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 552c3b3e-5b98-4abe-904d-2753db3fde3c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:40:37.487Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||pNF 34671ff1-7e8a 0
2021-04-10T01:40:37.487Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 552c3b3e-5b98-4abe-904d-2753db3fde3c
2021-04-10T01:40:37.487Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3a0852f0-6be0-42d5-8efd-d2d222163fba
2021-04-10T01:40:37.487Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3a0852f0-6be0-42d5-8efd-d2d222163fba
2021-04-10T01:40:37.487Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 34671ff1-7e8a 0 552c3b3e-5b98-4abe-904d-2753db3fde3c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:40:37.491Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.492Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.492Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3a0852f0-6be0-42d5-8efd-d2d222163fba: pNF 34671ff1-7e8a
2021-04-10T01:40:37.492Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Processing PNF resource: 552c3b3e-5b98-4abe-904d-2753db3fde3c
2021-04-10T01:40:37.492Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:40:37.492Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7H6lpyR8xAhM57zzYNaS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:40:37.492Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||Resource customization UUID: 75294501-e05e-4d99-b362-523618371b0c is the same as notified resource customizationUUID: 75294501-e05e-4d99-b362-523618371b0c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-10T01:40:37.520Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 34671ff1-7e8a 552c3b3e-5b98-4abe-904d-2753db3fde3c 0 ASDC deployResourceStructure
2021-04-10T01:40:37.521Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar ASDC sendASDCNotification
2021-04-10T01:40:37.521Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar
2021-04-10T01:40:37.521Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:40:37.521Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:40:37.523Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:40:37.523Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018837521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:40:37.624Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:40:37.624Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:40:37.625Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:37.634Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:37.635Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-10T01:40:38.524Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:40:38.533Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:40:38.535Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:40:38.536Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:40:38.536Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:40:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:40:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:40:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:40:39.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:40:39.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018661563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:40:39.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018662910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:40:39.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018664085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:40:39.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018665187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-10T01:40:39.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018666191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018667195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018668198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018669203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-10T01:40:39.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:40:39.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:40:39.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018670207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:40:39.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:08.536Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:41:08.545Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:41:08.547Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:41:08.547Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:41:08.548Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:41:38.548Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:41:38.558Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:41:38.560Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:41:38.560Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-10T01:41:38.560Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-10T01:41:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:41:39.807Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:41:39.807Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:41:39.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:41:40.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618018800272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018798977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "dcae-sch",
  "timestamp": 1618018796304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018797484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018792468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618018797054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018802714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018811067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018811283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018811353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018804122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018812070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "cds",
  "timestamp": 1618018812289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:41:40.351Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a0de2cc-32a8-4150-a922-be6e9c151bdf
2021-04-10T01:41:40.351Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a0de2cc-32a8-4150-a922-be6e9c151bdf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:41:40.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018813065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:41:40.360Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "policy-id",
  "timestamp": 1618018813072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:41:40.365Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a0de2cc-32a8-4150-a922-be6e9c151bdf
2021-04-10T01:41:40.366Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a0de2cc-32a8-4150-a922-be6e9c151bdf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:41:40.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018813409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618018814068,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:41:40.381Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a0de2cc-32a8-4150-a922-be6e9c151bdf
2021-04-10T01:41:40.381Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a0de2cc-32a8-4150-a922-be6e9c151bdf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:41:40.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018814428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618018815430,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:41:40.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1a0de2cc-32a8-4150-a922-be6e9c151bdf
2021-04-10T01:41:40.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a0de2cc-32a8-4150-a922-be6e9c151bdf and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:41:40.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618018811491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85837b3b-ded4-4560-98c5-b96bcb185acf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018821957,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018822024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018823068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "clamp",
  "timestamp": 1618018824072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:41:40.406Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a0de2cc-32a8-4150-a922-be6e9c151bdf
2021-04-10T01:41:40.406Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a0de2cc-32a8-4150-a922-be6e9c151bdf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:41:40.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018817189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018826039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018830452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "aai-ml",
  "timestamp": 1618018831455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:41:40.420Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a0de2cc-32a8-4150-a922-be6e9c151bdf
2021-04-10T01:41:40.420Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a0de2cc-32a8-4150-a922-be6e9c151bdf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/resourceInstances/pnf34671ff17e8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018822971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018835737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018837521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7h6lpyr8xahm57zzynas/1.0/artifacts/service-DemoPnf7h6lpyr8xahm57zzynas-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:41:40.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:42:08.560Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:42:08.568Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.570Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.571Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.571Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.571Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.571Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:42:08.571Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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-04-10T01:42:08.575Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:42:38.577Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:42:38.589Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a0de2cc-32a8-4150-a922-be6e9c151bdf and serviceModelVersionId: 3a0852f0-6be0-42d5-8efd-d2d222163fba
2021-04-10T01:42:38.589Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc
2021-04-10T01:42:38.590Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc/model-vers/model-ver/3a0852f0-6be0-42d5-8efd-d2d222163fba?depth=0
2021-04-10T01:42:38.596Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:42:38.633Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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/e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc/model-vers/model-ver/3a0852f0-6be0-42d5-8efd-d2d222163fba?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-10T01:42:38.634Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc/model-vers/model-ver/3a0852f0-6be0-42d5-8efd-d2d222163fba?depth=0|INFO|500||Invoke
2021-04-10T01:42:38.654Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc/model-vers/model-ver/3a0852f0-6be0-42d5-8efd-d2d222163fba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:42:38.866Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc/model-vers/model-ver/3a0852f0-6be0-42d5-8efd-d2d222163fba?depth=0|INFO|500||InvokeReturn
2021-04-10T01:42:38.867Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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/e49cfb0f-75de-4ee8-bb63-1caa6bbee0dc/model-vers/model-ver/3a0852f0-6be0-42d5-8efd-d2d222163fba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-01:42:38:658-96816], vertex-id=[495832], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:42:38 GMT], Content-Type=[application/json]}
2021-04-10T01:42:38.867Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:42:38.867Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:42:38.867Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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-04-10T01:42:38.872Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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-04-10T01:42:38.873Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a0de2cc-32a8-4150-a922-be6e9c151bdf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:42:38.873Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:42:38.873Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:42:38.875Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:42:38.875Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018958873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:42:38.980Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-10T01:42:38.982Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:42:38.982Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:42:38.995Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:42:38.996Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:42:39.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:42:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:42:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:42:39.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:42:39.887Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:42:39.887Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:42:40.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:42:40.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-10T01:42:40.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a0de2cc-32a8-4150-a922-be6e9c151bdf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618018958873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:42:40.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:42:50.072Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:42:50.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:42:50.073Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:42:50.073Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:42:59.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:42:59.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:42:59.614Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:42:59.614Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:09.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:43:09.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:43:09.147Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:43:09.147Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:18.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:43:18.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:43:18.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:43:18.685Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:28.221Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:43:28.222Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:43:28.222Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:43:28.222Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:37.758Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:43:37.758Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:43:37.759Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:43:37.759Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:39.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:43:39.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:43:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:47.293Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:43:47.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:43:47.294Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:43:47.294Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:43:49.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:43:56.830Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:44:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:44:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:44:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:44:39.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:44:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:44:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:44:49.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:44:49.343Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:45:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:45:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:45:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:45:39.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:45:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:45:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:45:49.343Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:45:49.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:46:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:46:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:46:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:46:39.805Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:46:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:46:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:46:49.338Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:46:49.355Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:47:39.803Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:47:39.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:47:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:47:39.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:47:39.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:47:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:47:49.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:47:49.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:48:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:48:39.804Z||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-04-10T01:48:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:48:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:48:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:48:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:48:49.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:48:49.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:49:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:49:39.804Z||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-04-10T01:49:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:49:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:49:39.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:49:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:49:49.343Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:49:49.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:39.803Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:50:39.804Z||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-04-10T01:50:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:50:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:50:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:40.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:40.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdf883f5-a041-4813-bdcc-09c7eb14dd58","serviceName":"Demo_pNF_vQNDBciQHX2R8n2MKwRD","serviceVersion":"1.0","serviceUUID":"84e35ed3-d69c-4838-89d7-aac14e2d7e06","serviceDescription":"catalog service description","serviceInvariantUUID":"bbb66502-8c72-46d7-b558-b0c8ab55f0c3","resources":[{"resourceInstanceName":"pNF b929ffd2-f6c6 0","resourceName":"pNF b929ffd2-f6c6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5be6d87f-546e-4487-b732-b0039b253435","resourceInvariantUUID":"543002cd-f439-4425-90a9-d5b295411c36","resourceCustomizationUUID":"176798b3-99f1-45ad-a27a-d94bc53c6e61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml","artifactChecksum":"OTU0YmNiNjAyY2NiNTllYTM4MzY5NzgzODBhYmYzNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53a66442-aea4-4113-8bfd-b1095fc2143d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar","artifactChecksum":"YWY4YmNiMDFkZTVmMGEyYjZmOTU2MzI4NzFmZWU1Yjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a2a45d0-eb20-4993-930c-b1a1f8c68eda","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"682a7f96-5f8b-4a12-bc68-4b55c6d4cfe8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml","artifactChecksum":"M2I5OGJiM2MwN2VhNTNhMzUzZWExZjZlNDI1ZWZjYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a0c5098-d4e9-4978-a698-4b75182b0d2e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"527e4bb8-0dd7-4500-be3a-38d5164fa3e0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c4aa958-9790-490f-82d0-e335709e5652","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml","artifactChecksum":"Y2FlOGExYmMwYzYyZGM3OGEzOGU4M2FjZWU3N2U5YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e3c1882-3b04-4490-b541-bfbba9698634","artifactVersion":"1"},{"artifactName":"service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar","artifactChecksum":"MzlmMDBjOGMyMDRjZTk2M2FhMjU1OWUzNGRhOGEwYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"188094a9-3d65-449f-b8bc-4d48be67b035","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-10T01:50:40.428Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:40.428Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:40.431Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:40.431Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:40.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618019391491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618019397054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "dcae-sch",
  "timestamp": 1618019396304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019397482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019392468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019398977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019406894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019406985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019407899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618019400272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019408558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019408709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "policy-id",
  "timestamp": 1618019408901,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdf883f5-a041-4813-bdcc-09c7eb14dd58
2021-04-10T01:50:40.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf883f5-a041-4813-bdcc-09c7eb14dd58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "cds",
  "timestamp": 1618019409563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:50:40.475Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdf883f5-a041-4813-bdcc-09c7eb14dd58
2021-04-10T01:50:40.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf883f5-a041-4813-bdcc-09c7eb14dd58 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618019409716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:50:40.488Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdf883f5-a041-4813-bdcc-09c7eb14dd58
2021-04-10T01:50:40.489Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf883f5-a041-4813-bdcc-09c7eb14dd58 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019402715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019404122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019413415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019414429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1618019415432,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:50:40.503Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fdf883f5-a041-4813-bdcc-09c7eb14dd58
2021-04-10T01:50:40.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf883f5-a041-4813-bdcc-09c7eb14dd58 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019415821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019416836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "clamp",
  "timestamp": 1618019417839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:50:40.518Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdf883f5-a041-4813-bdcc-09c7eb14dd58
2021-04-10T01:50:40.518Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf883f5-a041-4813-bdcc-09c7eb14dd58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019417189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019426021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019430553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:50:40.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:50:40.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:50:40.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "aai-ml",
  "timestamp": 1618019431556,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:50:40.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdf883f5-a041-4813-bdcc-09c7eb14dd58
2021-04-10T01:50:40.531Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:40.531Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdf883f5-a041-4813-bdcc-09c7eb14dd58 and ComponentName AAI
2021-04-10T01:50:40.531Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:40.531Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-10T01:50:40.541Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:40.542Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:41.431Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:41.432Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:41.434Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:41.434Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:41.535Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:50:41.535Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:41.536Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:41.549Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:41.550Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:42.435Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:42.436Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:42.438Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:42.438Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:42.539Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:42.539Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:42.540Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:42.554Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:42.554Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:43.439Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:43.440Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:43.443Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:43.443Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:43.543Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:43.544Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:43.544Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:43.554Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:43.554Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:44.443Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:44.444Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:44.446Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:44.447Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:44.547Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:44.548Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:44.548Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:44.559Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:44.559Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:45.448Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:45.449Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:45.452Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:45.452Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:45.552Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:45.553Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:45.553Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:45.563Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:45.564Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:46.453Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:46.454Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:46.457Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:46.457Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:50:46.557Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:46.558Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:46.558Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:46.570Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:46.570Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:47.458Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-10T01:50:47.458Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:47.460Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:47.460Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:50:47.561Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-10T01:50:47.562Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:47.562Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:47.574Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:47.574Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:48.462Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "serviceName": "Demo_pNF_vQNDBciQHX2R8n2MKwRD",
  "serviceVersion": "1.0",
  "serviceUUID": "84e35ed3-d69c-4838-89d7-aac14e2d7e06",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bbb66502-8c72-46d7-b558-b0c8ab55f0c3",
  "resources": [
    {
      "resourceInstanceName": "pNF b929ffd2-f6c6 0",
      "resourceCustomizationUUID": "176798b3-99f1-45ad-a27a-d94bc53c6e61",
      "resourceName": "pNF b929ffd2-f6c6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5be6d87f-546e-4487-b732-b0039b253435",
      "resourceInvariantUUID": "543002cd-f439-4425-90a9-d5b295411c36",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
      "artifactChecksum": "MzlmMDBjOGMyMDRjZTk2M2FhMjU1OWUzNGRhOGEwYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "188094a9-3d65-449f-b8bc-4d48be67b035"
    }
  ],
  "workloadContext": "Production"
}
2021-04-10T01:50:48.462Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-10T01:50:48.462Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84e35ed3-d69c-4838-89d7-aac14e2d7e06 ASDC
2021-04-10T01:50:48.463Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fdf883f5-a041-4813-bdcc-09c7eb14dd58
ServiceName:Demo_pNF_vQNDBciQHX2R8n2MKwRD
ServiceVersion:1.0
ServiceUUID:84e35ed3-d69c-4838-89d7-aac14e2d7e06
ServiceInvariantUUID:bbb66502-8c72-46d7-b558-b0c8ab55f0c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
ArtifactUUID:188094a9-3d65-449f-b8bc-4d48be67b035
ArtifactChecksum:MzlmMDBjOGMyMDRjZTk2M2FhMjU1OWUzNGRhOGEwYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b929ffd2-f6c6 0
ResourceCustomizationUUID:176798b3-99f1-45ad-a27a-d94bc53c6e61
ResourceInvariantUUID:543002cd-f439-4425-90a9-d5b295411c36
ResourceName:pNF b929ffd2-f6c6
ResourceType:PNF
ResourceUUID:5be6d87f-546e-4487-b732-b0039b253435
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-10T01:50:48.463Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84e35ed3-d69c-4838-89d7-aac14e2d7e06 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:50:48.487Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:50:48.488Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T01:50:48.488Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T01:50:48.488Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 188094a9-3d65-449f-b8bc-4d48be67b035 from URL: /sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:48.488Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-10T01:50:48.488Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:49.672Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-10T01:50:49.677Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar 188094a9-3d65-449f-b8bc-4d48be67b035 83336
2021-04-10T01:50:49.678Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar ASDC sendASDCNotification
2021-04-10T01:50:49.678Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:49.678Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-10T01:50:49.678Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:49.680Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:49.680Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019449678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:50:49.780Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:49.781Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:49.781Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:49.792Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:49.793Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:50.681Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-10T01:50:50.682Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-10T01:50:50.683Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 188094a9-3d65-449f-b8bc-4d48be67b035, URL: /sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar to file: /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:50.683Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:50.684Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:50.684Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:50.805Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16349817831738050579/Definitions/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml
2021-04-10T01:50:51.443Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-10T01:50:51.443Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T01:50:51.443Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.443Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b929ffd2-f6c6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b929ffd2-f6c6 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-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.444Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-10T01:50:51.445Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.445Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.445Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Node template pNF b929ffd2-f6c6 0 is matching search criteria
2021-04-10T01:50:51.445Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T01:50:51.445Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b929ffd2-f6c6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:50:51.445Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Node template pNF b929ffd2-f6c6 0 is matching search criteria
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b929ffd2-f6c6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.446Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.447Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.447Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.447Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.447Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.447Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.447Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vQNDBciQHX2R8n2MKwRD
Description:catalog service description
Model UUID:84e35ed3-d69c-4838-89d7-aac14e2d7e06
Model Version:NULL
Model InvariantUuid:bbb66502-8c72-46d7-b558-b0c8ab55f0c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-10T01:50:51.454Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5be6d87f-546e-4487-b732-b0039b253435
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:50:51.457Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||pNF b929ffd2-f6c6 0
2021-04-10T01:50:51.458Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5be6d87f-546e-4487-b732-b0039b253435
2021-04-10T01:50:51.458Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 84e35ed3-d69c-4838-89d7-aac14e2d7e06
2021-04-10T01:50:51.458Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 84e35ed3-d69c-4838-89d7-aac14e2d7e06
2021-04-10T01:50:51.458Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b929ffd2-f6c6 0 5be6d87f-546e-4487-b732-b0039b253435 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:50:51.463Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.463Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.464Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 84e35ed3-d69c-4838-89d7-aac14e2d7e06: pNF b929ffd2-f6c6
2021-04-10T01:50:51.464Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5be6d87f-546e-4487-b732-b0039b253435
2021-04-10T01:50:51.464Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-10T01:50:51.464Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_vQNDBciQHX2R8n2MKwRD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-10T01:50:51.464Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||Resource customization UUID: 176798b3-99f1-45ad-a27a-d94bc53c6e61 is the same as notified resource customizationUUID: 176798b3-99f1-45ad-a27a-d94bc53c6e61
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-10T01:50:51.496Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b929ffd2-f6c6 5be6d87f-546e-4487-b732-b0039b253435 0 ASDC deployResourceStructure
2021-04-10T01:50:51.496Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar ASDC sendASDCNotification
2021-04-10T01:50:51.496Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar
2021-04-10T01:50:51.496Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-10T01:50:51.496Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:50:51.498Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:50:51.499Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019451496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:50:51.599Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:50:51.600Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:50:51.600Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:50:51.611Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:50:51.611Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-10T01:50:52.499Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdf883f5-a041-4813-bdcc-09c7eb14dd58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:50:52.511Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdf883f5-a041-4813-bdcc-09c7eb14dd58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-10T01:50:52.514Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-10T01:50:52.518Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-10T01:51:22.519Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdf883f5-a041-4813-bdcc-09c7eb14dd58 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-04-10T01:51:22.524Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdf883f5-a041-4813-bdcc-09c7eb14dd58 and serviceModelVersionId: 84e35ed3-d69c-4838-89d7-aac14e2d7e06
2021-04-10T01:51:22.524Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbb66502-8c72-46d7-b558-b0c8ab55f0c3
2021-04-10T01:51:22.525Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbb66502-8c72-46d7-b558-b0c8ab55f0c3/model-vers/model-ver/84e35ed3-d69c-4838-89d7-aac14e2d7e06?depth=0
2021-04-10T01:51:22.529Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-10T01:51:22.558Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bbb66502-8c72-46d7-b558-b0c8ab55f0c3/model-vers/model-ver/84e35ed3-d69c-4838-89d7-aac14e2d7e06?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-04-10T01:51:22.559Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bbb66502-8c72-46d7-b558-b0c8ab55f0c3/model-vers/model-ver/84e35ed3-d69c-4838-89d7-aac14e2d7e06?depth=0|INFO|500||Invoke
2021-04-10T01:51:22.577Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bbb66502-8c72-46d7-b558-b0c8ab55f0c3/model-vers/model-ver/84e35ed3-d69c-4838-89d7-aac14e2d7e06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-10T01:51:22.801Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bbb66502-8c72-46d7-b558-b0c8ab55f0c3/model-vers/model-ver/84e35ed3-d69c-4838-89d7-aac14e2d7e06?depth=0|INFO|500||InvokeReturn
2021-04-10T01:51:22.801Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bbb66502-8c72-46d7-b558-b0c8ab55f0c3/model-vers/model-ver/84e35ed3-d69c-4838-89d7-aac14e2d7e06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-01:51:22:581-39192], vertex-id=[229504], Content-Length=[0], Date=[Sat, 10 Apr 2021 01:51:22 GMT], Content-Type=[application/json]}
2021-04-10T01:51:22.801Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-10T01:51:22.802Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-10T01:51:22.802Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-10T01:51:22.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10T01:51:22.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdf883f5-a041-4813-bdcc-09c7eb14dd58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-10T01:51:22.807Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-10T01:51:22.807Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-10T01:51:22.809Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-10T01:51:22.809Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019482807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:51:22.910Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-10T01:51:22.911Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-10T01:51:22.911Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:51:22.925Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:51:22.926Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-10T01:51:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:51:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:51:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:51:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:51:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:51:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:51:39.924Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:51:39.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:51:39.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:51:39.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:51:49.335Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:52:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:52:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:52:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:52:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:52:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:52:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:52:40.323Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:52:40.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/resourceInstances/pnfb929ffd2f6c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019439803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "NOTIFIED"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019449678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019451496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVqndbciqhx2r8n2mkwrd/1.0/artifacts/service-DemoPnfVqndbciqhx2r8n2mkwrd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdf883f5-a041-4813-bdcc-09c7eb14dd58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618019482807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-10T01:52:40.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-10T01:52:49.360Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:53:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:53:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:53:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:53:39.805Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:53:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:53:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:53:49.344Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:53:49.349Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:54:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:54:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:54:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:54:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:54:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:54:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:54:49.341Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:54:49.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:55:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:55:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:55:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:55:39.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:55:39.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:55:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:55:49.343Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:55:49.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:56:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:56:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:56:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:56:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:56:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:56:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:56:49.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:56:49.347Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:57:39.803Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:57:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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-04-10T01:57:39.804Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:57:39.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:57:39.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:57:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:57:49.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:57:49.350Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:58:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:58:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:58:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:58:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:58:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:58:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:58:49.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:58:49.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:59:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:59:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:59:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:59:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T01:59:39.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T01:59:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T01:59:49.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T01:59:49.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:00:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:00:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:00:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:00:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:00:39.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:00:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:00:49.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:00:49.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:01:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:01:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:01:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:01:39.805Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:01:39.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:01:39.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:01:49.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:01:49.344Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:02:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:02:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:02:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:02:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:02:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:02:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:02:49.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:02:49.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:03:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:03:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:03:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:03:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:03:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:03:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:03:49.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:03:49.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:04:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:04:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:04:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:04:39.805Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:04:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:04:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:04:49.341Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:04:49.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:05:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:05:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:05:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:05:39.805Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:05:39.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:05:39.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:05:49.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:05:49.344Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:06:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:06:39.803Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:06:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:06:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:06:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:06:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:06:49.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:06:49.340Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:07:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:07:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:07:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:07:39.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:07:39.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:07:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:07:49.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:07:49.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:08:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:08:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:08:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:08:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:08:39.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:08:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:08:49.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:08:49.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:09:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:09:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:09:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:09:39.805Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:09:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:09:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:09:49.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:09:49.350Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:10:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:10:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:10:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:10:39.805Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:10:39.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:10:39.806Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:10:49.340Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:10:49.343Z|fdf883f5-a041-4813-bdcc-09c7eb14dd58|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:11:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:11:39.805Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:11:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:11:39.805Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:11:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:11:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:11:49.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:11:49.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:12:39.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:12:39.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:12:39.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:12:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:12:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:12:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:12:49.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:12:49.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:13:39.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:13:39.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:13:39.805Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:13:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:13:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:13:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:13:49.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:13:49.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:14:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:14:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:14:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:14:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:14:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:14:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:14:49.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:14:49.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:15:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:15:39.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:15:39.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:15:39.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:15:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:15:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:15:49.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:15:49.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:16:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:16:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:16:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:16:39.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:16:39.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:16:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:16:49.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:16:49.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:17:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:17:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:17:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:17:39.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:17:39.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:17:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:17:49.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:17:49.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:18:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:18:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:18:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:18:39.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:18:39.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:18:39.806Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:18:49.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:18:49.339Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:19:39.803Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:19:39.804Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:19:39.804Z||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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:19:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-10T02:19:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-10T02:19:39.806Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|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 WY9LPj3Y1ucPBTMb) ...
2021-04-10T02:19:49.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-10T02:19:49.341Z|1a0de2cc-32a8-4150-a922-be6e9c151bdf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK