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-08-16T07:04:01.455Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-pm8k5 with PID 14 (/app/app.jar started by so in /app)
2021-08-16T07:04:01.461Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-16T07:04:01.461Z||main|||||INFO|500||The following profiles are active: basic
2021-08-16T07:04:14.433Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-16T07:04:14.434Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-16T07:04:14.563Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-16T07:04:20.882Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-16T07:04:21.279Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-16T07:04:21.876Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-16T07:04:21.883Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-16T07:04:22.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-16T07:04:22.486Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-16T07:04:23.537Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-16T07:04:31.232Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-16T07:04:33.650Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-16T07:04:33.698Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-16T07:04:34.271Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-16T07:04:34.390Z||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-08-16T07:04:35.665Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-16T07:04:36.674Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-16T07:04:36.704Z||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$$38ca987f.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-08-16T07:04:36.705Z||main|||||WARN|500||The sdc end point is not alive
2021-08-16T07:04:39.440Z||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-08-16T07:04:41.802Z||main|||||WARN|500||---
2021-08-16T07:04:41.803Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-16T07:04:41.803Z||main|||||WARN|500||---
2021-08-16T07:04:42.090Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-16T07:04:45.139Z||main|||||INFO|500||Started Application in 46.425 seconds (JVM running for 52.007)
2021-08-16T07:04:45.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T07:04:45.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T07:04:45.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T07:04:45.207Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T07:04:45.250Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 573b4aac-c916-4b9e-9bf7-740e9b69627d url= /sdc/v1/artifactTypes
2021-08-16T07:04:45.250Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T07:04:45.827Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-16T07:04:45.856Z||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-08-16T07:04:45.887Z||scheduling-1|||||DEBUG|500||create keys
2021-08-16T07:04:45.895Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-16T07:04:45.953Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:04:45.975Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a73ab46-39e4-4338-b12e-54f01e160dee url= /sdc/v1/registerForDistribution
2021-08-16T07:04:46.288Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a73ab46-39e4-4338-b12e-54f01e160dee url= /sdc/v1/registerForDistribution
2021-08-16T07:04:46.288Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-16T07:04:46.301Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:04:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:04:46.307Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-16T07:04:46.308Z||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-08-16T07:04:46.309Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:04:46.310Z||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-08-16T07:04:46.310Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:04:56.664Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:04:56.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:05:46.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:05:46.300Z||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-08-16T07:05:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:05:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:05:46.301Z||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-08-16T07:05:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:05:55.859Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:05:55.862Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:06:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:06:46.300Z||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-08-16T07:06:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:06:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:06:46.303Z||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-08-16T07:06:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:06:55.854Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:06:55.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:07:46.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:07:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:07:46.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T07:07:46.301Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T07:07:46.306Z||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-08-16T07:07:46.307Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:07:55.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:07:55.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:08:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:08:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:08:46.303Z||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-08-16T07:08:46.303Z||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-08-16T07:08:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:08:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:08:55.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:08:55.875Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:09:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:09:46.300Z||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-08-16T07:09:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:09:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:09:46.301Z||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-08-16T07:09:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:09:55.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:09:55.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:10:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:10:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:10:46.301Z||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-08-16T07:10:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:10:46.301Z||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-08-16T07:10:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:10:55.868Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:10:55.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:11:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:11:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:11:46.302Z||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-08-16T07:11:46.302Z||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-08-16T07:11:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:11:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:11:55.860Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:11:55.864Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:12:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:12:46.300Z||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-08-16T07:12:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:12:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:12:46.303Z||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-08-16T07:12:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:12:55.853Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:12:55.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:13:46.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:13:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:13:46.303Z||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-08-16T07:13:46.303Z||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-08-16T07:13:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:13:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:13:55.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:13:55.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:13:58.411Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-16T07:14:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:14:46.298Z||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-08-16T07:14:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:14:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:14:46.301Z||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-08-16T07:14:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:14:55.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:14:55.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:15:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:15:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:15:46.303Z||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-08-16T07:15:46.303Z||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-08-16T07:15:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:15:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:15:55.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:15:55.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:16:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:16:46.300Z||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-08-16T07:16:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:16:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:16:46.301Z||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-08-16T07:16:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:16:55.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:16:55.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:17:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:17:46.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:17:46.301Z||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-08-16T07:17:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:17:46.302Z||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-08-16T07:17:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:17:55.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:17:55.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:18:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:18:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:18:46.303Z||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-08-16T07:18:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:18:46.303Z||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-08-16T07:18:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:18:55.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:18:55.866Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:19:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:19:46.299Z||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-08-16T07:19:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:19:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:19:46.301Z||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-08-16T07:19:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:19:55.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:19:55.866Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:20:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:20:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:20:46.302Z||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-08-16T07:20:46.302Z||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-08-16T07:20:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:20:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:20:55.863Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:20:55.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:21:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:21:46.299Z||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-08-16T07:21:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:21:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:21:46.301Z||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-08-16T07:21:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:21:55.857Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:21:55.868Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:22:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:22:46.301Z||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-08-16T07:22:46.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:22:46.302Z||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-08-16T07:22:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:22:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:22:55.868Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:22:55.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:23:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:23:46.300Z||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-08-16T07:23:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:23:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:23:46.301Z||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-08-16T07:23:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:23:55.859Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:23:55.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:24:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:24:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:24:46.302Z||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-08-16T07:24:46.302Z||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-08-16T07:24:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:24:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:24:55.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:24:55.872Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:25:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:25:46.300Z||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-08-16T07:25:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:25:46.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:25:46.301Z||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-08-16T07:25:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:25:55.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:25:55.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:26:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:26:46.300Z||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-08-16T07:26:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:26:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:26:46.301Z||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-08-16T07:26:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:26:55.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:26:55.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:27:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:27:46.300Z||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-08-16T07:27:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:27:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:27:46.301Z||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-08-16T07:27:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:27:55.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:27:55.871Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:28:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:28:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:28:46.302Z||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-08-16T07:28:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:28:46.305Z||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-08-16T07:28:46.305Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:28:55.862Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:28:55.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:29:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:29:46.300Z||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-08-16T07:29:46.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:29:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:29:46.302Z||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-08-16T07:29:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:29:55.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:29:55.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:30:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:30:46.300Z||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-08-16T07:30:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:30:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:30:46.301Z||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-08-16T07:30:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:30:55.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:30:55.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:31:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:31:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:31:46.303Z||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-08-16T07:31:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:31:46.304Z||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-08-16T07:31:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:31:55.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:31:55.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:32:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:32:46.299Z||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-08-16T07:32:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:32:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:32:46.301Z||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-08-16T07:32:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:32:55.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:32:55.846Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:33:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:33:46.300Z||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-08-16T07:33:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:33:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:33:46.301Z||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-08-16T07:33:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:33:55.860Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:33:55.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:34:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:34:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:34:46.301Z||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-08-16T07:34:46.301Z||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-08-16T07:34:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:34:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:34:55.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:34:55.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:35:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:35:46.299Z||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-08-16T07:35:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:35:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:35:46.301Z||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-08-16T07:35:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:35:55.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:35:55.854Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:36:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:36:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:36:46.301Z||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-08-16T07:36:46.301Z||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-08-16T07:36:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:36:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:36:55.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:36:55.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:37:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:37:46.298Z||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-08-16T07:37:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:37:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:37:46.301Z||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-08-16T07:37:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:37:55.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:37:55.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:38:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:38:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:38:46.301Z||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-08-16T07:38:46.301Z||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-08-16T07:38:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:38:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:38:55.863Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:38:55.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:39:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:39:46.300Z||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-08-16T07:39:46.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:39:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:39:46.301Z||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-08-16T07:39:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:39:55.861Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:39:55.869Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:40:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:40:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:40:46.301Z||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-08-16T07:40:46.301Z||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-08-16T07:40:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:40:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:40:55.856Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:40:55.856Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:41:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:41:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:41:46.302Z||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-08-16T07:41:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:41:46.302Z||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-08-16T07:41:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:41:55.862Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:41:55.870Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:42:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:42:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:42:46.301Z||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-08-16T07:42:46.301Z||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-08-16T07:42:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:42:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:42:55.862Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:42:55.861Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:43:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:43:46.300Z||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-08-16T07:43:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:43:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:43:46.301Z||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-08-16T07:43:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:43:55.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:43:55.869Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:44:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:44:46.299Z||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-08-16T07:44:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:44:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:44:46.301Z||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-08-16T07:44:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:44:55.849Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:44:55.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:45:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:45:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:45:46.301Z||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-08-16T07:45:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:45:46.301Z||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-08-16T07:45:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:45:55.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:45:55.860Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:46:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:46:46.299Z||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-08-16T07:46:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:46:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:46:46.301Z||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-08-16T07:46:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:46:55.853Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:46:55.867Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:47:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:47:46.299Z||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-08-16T07:47:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:47:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:47:46.301Z||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-08-16T07:47:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:47:55.864Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:47:55.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:48:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:48:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:48:46.301Z||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-08-16T07:48:46.301Z||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-08-16T07:48:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:48:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:48:55.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:48:55.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:49:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:49:46.299Z||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-08-16T07:49:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:49:46.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:49:46.303Z||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-08-16T07:49:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:49:55.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:49:55.866Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:50:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:50:46.298Z||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-08-16T07:50:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:50:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:50:46.301Z||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-08-16T07:50:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:50:55.857Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:50:55.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:51:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:51:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:51:46.301Z||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-08-16T07:51:46.301Z||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-08-16T07:51:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:51:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:51:55.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:51:55.857Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:52:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:52:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:52:46.301Z||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-08-16T07:52:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:52:46.301Z||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-08-16T07:52:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:52:55.864Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:52:55.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:53:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:53:46.299Z||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-08-16T07:53:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:53:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:53:46.301Z||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-08-16T07:53:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:53:55.860Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:53:55.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:54:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:54:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:54:46.302Z||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-08-16T07:54:46.302Z||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-08-16T07:54:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:54:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:54:55.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:54:55.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:55:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:55:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:55:46.301Z||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-08-16T07:55:46.301Z||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-08-16T07:55:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:55:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:55:55.850Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:55:55.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:56:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:56:46.300Z||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-08-16T07:56:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:56:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:56:46.301Z||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-08-16T07:56:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:56:55.855Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:56:55.864Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:57:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:57:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:57:46.301Z||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-08-16T07:57:46.301Z||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-08-16T07:57:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:57:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:57:55.856Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:57:55.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:58:46.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:58:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:58:46.305Z||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-08-16T07:58:46.305Z||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-08-16T07:58:46.306Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:58:46.306Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:58:55.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:58:55.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:59:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:59:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:59:46.302Z||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-08-16T07:59:46.302Z||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-08-16T07:59:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:59:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:59:55.860Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T07:59:55.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:00:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:00:46.300Z||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-08-16T08:00:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:00:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:00:46.301Z||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-08-16T08:00:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:00:55.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:00:55.864Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:01:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:01:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:01:46.302Z||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-08-16T08:01:46.302Z||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-08-16T08:01:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:01:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:01:55.850Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:01:55.853Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:02:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:02:46.300Z||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-08-16T08:02:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:02:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:02:46.302Z||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-08-16T08:02:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:02:55.864Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:02:55.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:03:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:03:46.300Z||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-08-16T08:03:46.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:03:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:03:46.301Z||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-08-16T08:03:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:03:55.863Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:03:55.865Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:04:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:04:46.299Z||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-08-16T08:04:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:04:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:04:46.301Z||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-08-16T08:04:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:04:55.861Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:04:55.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:05:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:05:46.300Z||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-08-16T08:05:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:05:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:05:46.301Z||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-08-16T08:05:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:05:55.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:05:55.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:06:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:06:46.303Z||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-08-16T08:06:46.303Z||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-08-16T08:06:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:06:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:06:46.935Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:46.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"53438fb5-79b3-4ff2-ab80-409802efc7d5","serviceName":"vFW 2021-08-16 08-02-55","serviceVersion":"1.0","serviceUUID":"79dac95d-344e-4c19-86ed-c5f67ad1d1c4","serviceDescription":"catalog service description","serviceInvariantUUID":"c37122a7-a99c-4c1b-9444-8e5f7cd30ea3","resources":[{"resourceInstanceName":"vFW d522117e-7bb5 0","resourceName":"vFW d522117e-7bb5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c1a14ad-2492-4d0e-b2b9-7c85cb494305","resourceInvariantUUID":"4f3afa5e-8fc9-47c6-9285-dc4ce1998810","resourceCustomizationUUID":"8e6c73ab-b478-4424-aa55-8e35bbb44253","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml","artifactChecksum":"ZGViM2I2OGE0NmFjMGM3ZjJjZDUxYmFjNjA3Y2RkMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25ab401d-2a29-40d0-ae59-f2493d0ebdb3","artifactVersion":"1"},{"artifactName":"vfwd522117e7bb50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json","artifactChecksum":"Yzk3MmRhNGE5ZDZhNTlhMzUwM2ZlZGFlMmQ1ZTdlOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de76f7b8-3314-440e-81ec-3dc51d819fbe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJhN2U2YzYzOWYzYTU3OGVjNGUwNDkzODY1MDdmNWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0ed02824-4e77-4f12-8307-d191a6f0d383","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22f9a43e-fc6d-41f8-a295-b1f40c3fb75b","artifactVersion":"2","generatedFromUUID":"08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816080255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml","artifactChecksum":"YmI3MDgxMTdlNDAwNjJhMDczM2NmYjhmNWMwM2EwYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0b208fd-72cc-437b-a523-a466f8fd44a2","artifactVersion":"1"},{"artifactName":"service-Vfw20210816080255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar","artifactChecksum":"NjY3Y2YwZTgzOTY0NDYwNmRlMjNmNDU1MzBjNjRhYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f89e6566-29ce-48e9-b213-1a19c0f095c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:06:46.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:46.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.951Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:46.958Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:46.970Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:46.971Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:06:46.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:46.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101175841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101183803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101184006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101194031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101194037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "dcae-sch",
  "timestamp": 1629101187496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101194195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101188979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101195902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101189451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101190058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101197409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101197510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101198419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101198523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "policy-id",
  "timestamp": 1629101199426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-08-16T08:06:47.071Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-16T08:06:47.074Z||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-08-16T08:06:47.075Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T08:06:47.086Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:47.087Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T08:06:47.223Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:06:47.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101199480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:06:47.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101192736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:06:47.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "cds",
  "timestamp": 1629101199551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-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-08-16T08:06:47.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:06:47.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101200312,
  "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-08-16T08:06:47.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:06:47.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101200491,
  "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-08-16T08:06:47.340Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.340Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:06:47.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101201320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:06:47.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:47.981Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:47.984Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:47.984Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:06:48.083Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:06:48.085Z||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-08-16T08:06:48.085Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:48.102Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:48.103Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:48.984Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:48.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:48.988Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:48.988Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:06:49.088Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:49.089Z||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-08-16T08:06:49.089Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:49.110Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:49.110Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:49.988Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:49.989Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:49.992Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:49.992Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:50.094Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-16T08:06:50.096Z||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-08-16T08:06:50.096Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:50.118Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:50.119Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-08-16T08:06:50.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:50.994Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:50.996Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:50.997Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-16T08:06:51.097Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:51.098Z||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-08-16T08:06:51.098Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:51.128Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:51.128Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:06:51.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:51.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:52.000Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:52.000Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:06:52.100Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:52.101Z||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-08-16T08:06:52.101Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:52.132Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:52.133Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:53.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:53.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:53.003Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:53.003Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:06:53.103Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:06:53.104Z||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-08-16T08:06:53.105Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:53.118Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:53.118Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:54.005Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "serviceName": "vFW 2021-08-16 08-02-55",
  "serviceVersion": "1.0",
  "serviceUUID": "79dac95d-344e-4c19-86ed-c5f67ad1d1c4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c37122a7-a99c-4c1b-9444-8e5f7cd30ea3",
  "resources": [
    {
      "resourceInstanceName": "vFW d522117e-7bb5 0",
      "resourceCustomizationUUID": "8e6c73ab-b478-4424-aa55-8e35bbb44253",
      "resourceName": "vFW d522117e-7bb5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9c1a14ad-2492-4d0e-b2b9-7c85cb494305",
      "resourceInvariantUUID": "4f3afa5e-8fc9-47c6-9285-dc4ce1998810",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd522117e7bb50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
          "artifactChecksum": "Yzk3MmRhNGE5ZDZhNTlhMzUwM2ZlZGFlMmQ1ZTdlOGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de76f7b8-3314-440e-81ec-3dc51d819fbe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "22f9a43e-fc6d-41f8-a295-b1f40c3fb75b",
            "generatedFromUUID": "08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "22f9a43e-fc6d-41f8-a295-b1f40c3fb75b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210816080255-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
      "artifactChecksum": "NjY3Y2YwZTgzOTY0NDYwNmRlMjNmNDU1MzBjNjRhYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f89e6566-29ce-48e9-b213-1a19c0f095c3"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:06:54.006Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:06:54.007Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 79dac95d-344e-4c19-86ed-c5f67ad1d1c4 ASDC
2021-08-16T08:06:54.335Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:53438fb5-79b3-4ff2-ab80-409802efc7d5
ServiceName:vFW 2021-08-16 08-02-55
ServiceVersion:1.0
ServiceUUID:79dac95d-344e-4c19-86ed-c5f67ad1d1c4
ServiceInvariantUUID:c37122a7-a99c-4c1b-9444-8e5f7cd30ea3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210816080255-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
ArtifactUUID:f89e6566-29ce-48e9-b213-1a19c0f095c3
ArtifactChecksum:NjY3Y2YwZTgzOTY0NDYwNmRlMjNmNDU1MzBjNjRhYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d522117e-7bb5 0
ResourceCustomizationUUID:8e6c73ab-b478-4424-aa55-8e35bbb44253
ResourceInvariantUUID:4f3afa5e-8fc9-47c6-9285-dc4ce1998810
ResourceName:vFW d522117e-7bb5
ResourceType:VF
ResourceUUID:9c1a14ad-2492-4d0e-b2b9-7c85cb494305
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd522117e7bb50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
ArtifactUUID:de76f7b8-3314-440e-81ec-3dc51d819fbe
ArtifactChecksum:Yzk3MmRhNGE5ZDZhNTlhMzUwM2ZlZGFlMmQ1ZTdlOGQ=
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/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
ArtifactUUID:08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c
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/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
ArtifactUUID:22f9a43e-fc6d-41f8-a295-b1f40c3fb75b
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/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
ArtifactUUID:22f9a43e-fc6d-41f8-a295-b1f40c3fb75b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-16T08:06:54.336Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79dac95d-344e-4c19-86ed-c5f67ad1d1c4 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-08-16T08:06:54.421Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:06:54.428Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-16T08:06:54.429Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-16T08:06:54.430Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f89e6566-29ce-48e9-b213-1a19c0f095c3 from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:54.430Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:06:54.433Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:55.602Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:06:55.619Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar f89e6566-29ce-48e9-b213-1a19c0f095c3 98706
2021-08-16T08:06:55.621Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar ASDC sendASDCNotification
2021-08-16T08:06:55.621Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:55.626Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:06:55.627Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:55.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:55.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101215619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:06:55.729Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:55.730Z||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-08-16T08:06:55.730Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:55.745Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:06:55.746Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:56.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:06:56.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-16T08:06:56.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f89e6566-29ce-48e9-b213-1a19c0f095c3, URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar to file: /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:56.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816080255-csar.csar
2021-08-16T08:06:56.784Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:56.784Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:57.421Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13710274845481401916/Definitions/service-Vfw20210816080255-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-16T08:07:00.600Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:07:00.606Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-16T08:07:00.606Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d522117e-7bb5 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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-16T08:07:00.614Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.616Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.620Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.620Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-16T08:07:00.622Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:07:00.623Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:07:00.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:07:00.632Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.632Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.632Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf73be73-2e25-430d-b451-bbf4b1fb0d92
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0e46a83-71b7-4455-a441-4012d70b6c46
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=605f27dd-c03a-4108-8112-fa66084100c4
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-16 08-02-55
Description:catalog service description
Model UUID:79dac95d-344e-4c19-86ed-c5f67ad1d1c4
Model Version:NULL
Model InvariantUuid:c37122a7-a99c-4c1b-9444-8e5f7cd30ea3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d522117e-7bb5
Model UUID:d94c372e-1d31-4ce0-9757-32e0e20687ac
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f3afa5e-8fc9-47c6-9285-dc4ce1998810
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e6c73ab-b478-4424-aa55-8e35bbb44253
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd30a71f-462c-405b-aac4-40d5567fcec3
ModelName:VfwD522117e7bb5..base_vfw..module-0
ModelUuid:cf3048b4-05f5-4190-9562-4335d1fc0449
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf73be73-2e25-430d-b451-bbf4b1fb0d92
ModelInvariantUuid:ff067085-cf7a-4cc3-ae59-d6b2bdcb434f
ModelName:vFW d522117e-7bb5-nodes.vfwCvfc
ModelUuid:f6106f4b-d655-47a3-9964-aec621f4989a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f983f387-43dd-45af-ac5f-85e5c4062831
ModelInvariantUuid:17c64b0f-287c-4563-93c9-2248da29c222
ModelName:VfwD522117e7bb5.compute.nodes.heat.vfw
ModelUuid:e3444fd4-b8d1-488a-852b-f08359d861df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e0e46a83-71b7-4455-a441-4012d70b6c46
ModelInvariantUuid:3591fc87-0d71-4e31-8c00-4058b8ffe9b4
ModelName:vFW d522117e-7bb5-nodes.vsnCvfc
ModelUuid:fc5c1201-ae38-4346-9226-303a0a71151d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:faae3787-ae85-4880-97d3-4a28547d7da4
ModelInvariantUuid:a42c106a-d97e-48a9-ab6a-c6cea3d9bd5e
ModelName:VfwD522117e7bb5.compute.nodes.heat.vsn
ModelUuid:d899453f-2f64-4ebf-bda6-11f1ecd8b8f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:605f27dd-c03a-4108-8112-fa66084100c4
ModelInvariantUuid:ebb84a2e-42a8-441e-95c6-897e74759dd1
ModelName:vFW d522117e-7bb5-nodes.vpgCvfc
ModelUuid:757e7c92-a496-40cf-9166-52a9b98e8313
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fc570988-9818-4dc6-8c29-95280e9e0646
ModelInvariantUuid:3f99f590-3532-4df2-9326-6ed93f23a036
ModelName:VfwD522117e7bb5.compute.nodes.heat.vpg
ModelUuid:c7a357bc-4b61-48c1-8df9-081bd831255e
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-08-16T08:07:00.655Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c1a14ad-2492-4d0e-b2b9-7c85cb494305
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-08-16T08:07:00.752Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||vFW d522117e-7bb5 0
2021-08-16T08:07:00.758Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c1a14ad-2492-4d0e-b2b9-7c85cb494305
2021-08-16T08:07:00.758Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de76f7b8-3314-440e-81ec-3dc51d819fbe from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:00.758Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:07:00.759Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:02.643Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:07:02.643Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json de76f7b8-3314-440e-81ec-3dc51d819fbe 785
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json ASDC sendASDCNotification
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:02.647Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:02.647Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101222644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:07:02.747Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:02.748Z||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-08-16T08:07:02.748Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:02.761Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:02.761Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:03.648Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD522117e7bb5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd30a71f-462c-405b-aac4-40d5567fcec3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf3048b4-05f5-4190-9562-4335d1fc0449",
    "vfModuleModelCustomizationUUID": "b92a5f06-dd73-443a-8c24-937069944e5a",
    "isBase": true,
    "artifacts": [
      "08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c",
      "22f9a43e-fc6d-41f8-a295-b1f40c3fb75b"
    ],
    "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-08-16T08:07:03.668Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD522117e7bb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf3048b4-05f5-4190-9562-4335d1fc0449
VfModuleModelInvariantUUID:fd30a71f-462c-405b-aac4-40d5567fcec3
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c
,
22f9a43e-fc6d-41f8-a295-b1f40c3fb75b

}
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-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD522117e7bb5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd30a71f-462c-405b-aac4-40d5567fcec3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf3048b4-05f5-4190-9562-4335d1fc0449",
    "vfModuleModelCustomizationUUID": "b92a5f06-dd73-443a-8c24-937069944e5a",
    "isBase": true,
    "artifacts": [
      "08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c",
      "22f9a43e-fc6d-41f8-a295-b1f40c3fb75b"
    ],
    "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-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD522117e7bb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf3048b4-05f5-4190-9562-4335d1fc0449
VfModuleModelInvariantUUID:fd30a71f-462c-405b-aac4-40d5567fcec3
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c
,
22f9a43e-fc6d-41f8-a295-b1f40c3fb75b

}
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-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:05.023Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:07:05.024Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml 08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c 20368
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:05.027Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:05.027Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101225025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:07:05.127Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:07:05.128Z||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-08-16T08:07:05.129Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:05.139Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:05.140Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:06.028Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 22f9a43e-fc6d-41f8-a295-b1f40c3fb75b from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:06.029Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:07:06.029Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:10.732Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env 22f9a43e-fc6d-41f8-a295-b1f40c3fb75b 2098
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:07:10.734Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:10.737Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:10.737Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101230733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:07:10.837Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:10.838Z||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-08-16T08:07:10.838Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:10.850Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:10.850Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:07:11.742Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 79dac95d-344e-4c19-86ed-c5f67ad1d1c4
2021-08-16T08:07:11.746Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d522117e-7bb5 0 9c1a14ad-2492-4d0e-b2b9-7c85cb494305 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-08-16T08:07:11.794Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.794Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.795Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-08-16T08:07:11.795Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8e6c73ab-b478-4424-aa55-8e35bbb44253
2021-08-16T08:07:11.796Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e6c73ab-b478-4424-aa55-8e35bbb44253 matches Tosca VF Customization UUID: 8e6c73ab-b478-4424-aa55-8e35bbb44253
2021-08-16T08:07:11.796Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8e6c73ab-b478-4424-aa55-8e35bbb44253  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-08-16T08:07:11.804Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.804Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8e6c73ab-b478-4424-aa55-8e35bbb44253: {\"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-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@473d4fd1
2021-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:07:11.807Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b92a5f06-dd73-443a-8c24-937069944e5a
2021-08-16T08:07:11.808Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b92a5f06-dd73-443a-8c24-937069944e5a
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-08-16T08:07:11.814Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.814Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.815Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.816Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.816Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.816Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.817Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.817Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:11.817Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.820Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:11.820Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.820Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf73be73-2e25-430d-b451-bbf4b1fb0d92
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-08-16T08:07:11.831Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.831Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.831Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.832Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.832Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:11.832Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.834Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:11.834Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:11.834Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.836Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0e46a83-71b7-4455-a441-4012d70b6c46
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-08-16T08:07:11.838Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.838Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.838Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.841Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.841Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:11.841Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:11.842Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:11.842Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.842Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.843Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.843Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:11.843Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:11.844Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:11.844Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:11.844Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.845Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.845Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T08:07:11.845Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=605f27dd-c03a-4108-8112-fa66084100c4
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-08-16T08:07:11.847Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.848Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.848Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.848Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.849Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.849Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=8e6c73ab-b478-4424-aa55-8e35bbb44253
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-08-16T08:07:11.851Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.851Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 79dac95d-344e-4c19-86ed-c5f67ad1d1c4: vFW d522117e-7bb5
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.853Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.853Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.853Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.854Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.854Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.854Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:07:11.855Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.855Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-08-16 08-02-55 
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-08-16T08:07:12.175Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d522117e-7bb5 9c1a14ad-2492-4d0e-b2b9-7c85cb494305 1 ASDC deployResourceStructure
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json ASDC sendASDCNotification
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:12.178Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:12.178Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101232176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:07:12.278Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:12.280Z||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-08-16T08:07:12.280Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:12.296Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:12.297Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:07:13.179Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T08:07:13.180Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:13.180Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:13.180Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:13.182Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:13.182Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101233179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:07:13.282Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:13.283Z||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-08-16T08:07:13.284Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:13.297Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:13.297Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:14.184Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T08:07:14.184Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:14.184Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:14.185Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:14.187Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:14.188Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101234184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:07:14.287Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:07:14.288Z||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-08-16T08:07:14.288Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:14.300Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:14.300Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar ASDC sendASDCNotification
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:15.193Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:15.193Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101235190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:07:15.293Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:15.294Z||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-08-16T08:07:15.294Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:15.306Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:15.307Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:16.194Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:07:16.213Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:07:16.218Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:07:16.219Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:07:16.219Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:07:46.220Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:07:46.244Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:07:46.248Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:07:46.248Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:07:46.248Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:07:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:07:46.302Z||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-08-16T08:07:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:07:46.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:07:46.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:07:46.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:07:46.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:16.249Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:08:16.265Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:08:16.273Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:08:16.273Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:08:16.274Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:08:46.274Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:08:46.285Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:08:46.290Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:08:46.290Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:08:46.290Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:08:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:08:46.302Z||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-08-16T08:08:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:08:46.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:08:46.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:08:46.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:46.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:08:46.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:46.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101209876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101211056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:08:46.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:46.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "clamp",
  "timestamp": 1629101212062,
  "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-08-16T08:08:46.851Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:08:46.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:08:46.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101206298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101215619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101216621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:08:46.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "aai-ml",
  "timestamp": 1629101217628,
  "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-08-16T08:08:46.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:08:46.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:08:46.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101222644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101225025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101230733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101232176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101233179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101234184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101235190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:08:46.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:09:16.291Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:09:16.317Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:09:16.324Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-08-16T08:09:16.329Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:09:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:09:46.303Z||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-08-16T08:09:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:09:46.329Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-08-16T08:09:46.360Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5 and serviceModelVersionId: 79dac95d-344e-4c19-86ed-c5f67ad1d1c4
2021-08-16T08:09:46.360Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c37122a7-a99c-4c1b-9444-8e5f7cd30ea3
2021-08-16T08:09:55.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:10:02.120Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0
2021-08-16T08:10:02.238Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:10:02.724Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?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-08-16T08:10:02.728Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0|INFO|500||Invoke
2021-08-16T08:10:02.858Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:10:03.336Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0|INFO|500||InvokeReturn
2021-08-16T08:10:03.337Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-08:10:02:875-87729], vertex-id=[368856], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:10:02 GMT], Content-Type=[application/json]}
2021-08-16T08:10:03.338Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:10:03.342Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:10:03.342Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-08-16T08:10:03.349Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||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-08-16T08:10:03.352Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53438fb5-79b3-4ff2-ab80-409802efc7d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:10:03.353Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:10:03.354Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:10:03.364Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:10:03.364Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101403352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:10:03.470Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-08-16T08:10:03.471Z||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-08-16T08:10:03.471Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:10:03.493Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:10:03.494Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 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-08-16T08:10:04.380Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:04.380Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:10:04.380Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:14.654Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:10:14.656Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:14.657Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:10:14.657Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:24.213Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:10:24.216Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:24.217Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:10:24.217Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:33.763Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:10:46.298Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:46.299Z||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-08-16T08:10:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:46.301Z||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-08-16T08:10:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:46.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:10:46.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:10:46.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101403352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:10:46.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:10:55.863Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:11:46.299Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:11:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:11:46.302Z||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-08-16T08:11:46.302Z||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-08-16T08:11:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:11:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:11:55.855Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:11:55.856Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:46.299Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:12:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:12:46.303Z||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-08-16T08:12:46.303Z||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-08-16T08:12:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:12:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:12:46.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:46.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:46.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc25246c-f1d0-4fa7-b87f-e71a5164b912","serviceName":"basic_onboard_mlHkwZ","serviceVersion":"1.0","serviceUUID":"ed54df13-55d4-4886-a15c-1b3608938e22","serviceDescription":"service","serviceInvariantUUID":"dd138ad2-6912-4e07-9603-d78123100f0d","resources":[{"resourceInstanceName":"basic_onboard_mlHkwZ 0","resourceName":"basic_onboard_mlHkwZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9f34c39-8faf-4876-b9a8-a1b33eaa6011","resourceInvariantUUID":"9b35884a-30a9-422c-a77e-f340c5d75a90","resourceCustomizationUUID":"c239e114-3276-4b2d-9a97-45f9cc2ed8ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml","artifactChecksum":"ZmEyMTM4YTFhZmRiMjJjZmU1OTcyMDEzZjMzYWU3NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"110296a5-f61d-4dd3-9fb1-986c7352ef1f","artifactVersion":"1"},{"artifactName":"basic_onboard_mlhkwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json","artifactChecksum":"YTdkOTgxOTg1NjIwODgyMmRlMjM4NDFmYzAwYmJkNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"485ccced-129c-41df-abf5-e2ff1c4ed947","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e031bc0-b650-4e33-9cfe-0e193c144ba0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f88cb0c-d857-4445-be28-48cfa0625ad7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4","artifactVersion":"2","generatedFromUUID":"5e031bc0-b650-4e33-9cfe-0e193c144ba0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMlhkwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml","artifactChecksum":"MDE3YjE2MWM3NGRkZjRiMmRiMDQyNjViY2E1ZWExOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6df60916-f7e4-4649-8882-bc2eef7c1cbb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMlhkwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar","artifactChecksum":"ZjUxNjVhNzBkYTY3NTgxNzI4N2U4NjQ3NzViODI0Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ecceb98-082c-4762-ad4d-f55899a1435f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:12:46.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.947Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.948Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.954Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.954Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101513803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "dcae-sch",
  "timestamp": 1629101507497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629101512736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101508979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101515841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101514006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101525146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101525334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101525328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101525691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101519454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101526334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101520058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "policy-id",
  "timestamp": 1629101527337,
  "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-08-16T08:12:47.002Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101528185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629101529191,
  "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-08-16T08:12:47.020Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.020Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:12:47.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101531796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101532108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "cds",
  "timestamp": 1629101533144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-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-08-16T08:12:47.037Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.037Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:12:47.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101533788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101534498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101534822,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-08-16T08:12:47.053Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:12:47.054Z||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-08-16T08:12:47.054Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T08:12:47.059Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:12:47.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "aai-ml",
  "timestamp": 1629101535503,
  "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-08-16T08:12:47.068Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:47.068Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:47.071Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.071Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:12:47.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629101535832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101537374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101538398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "clamp",
  "timestamp": 1629101539402,
  "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-08-16T08:12:47.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:12:47.955Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:47.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:47.958Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:47.958Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:12:48.058Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:48.059Z||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-08-16T08:12:48.060Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:48.072Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:48.072Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:48.958Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:48.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:48.961Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:48.961Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:12:49.061Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:49.062Z||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-08-16T08:12:49.062Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:49.074Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:49.074Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:49.961Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:49.962Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:49.964Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:49.964Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:50.067Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-16T08:12:50.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-08-16T08:12:50.068Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:50.080Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:50.080Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:50.965Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:50.966Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:50.967Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:50.968Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-16T08:12:51.068Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:51.069Z||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-08-16T08:12:51.070Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:51.084Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:51.085Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:51.969Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:51.970Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:51.973Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:51.973Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:12:52.073Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:52.074Z||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-08-16T08:12:52.074Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:52.092Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:52.092Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:52.974Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:52.975Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:52.978Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:52.979Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:12:53.079Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:53.080Z||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-08-16T08:12:53.080Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:53.090Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:53.091Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:53.980Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "serviceName": "basic_onboard_mlHkwZ",
  "serviceVersion": "1.0",
  "serviceUUID": "ed54df13-55d4-4886-a15c-1b3608938e22",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd138ad2-6912-4e07-9603-d78123100f0d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mlHkwZ 0",
      "resourceCustomizationUUID": "c239e114-3276-4b2d-9a97-45f9cc2ed8ff",
      "resourceName": "basic_onboard_mlHkwZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9f34c39-8faf-4876-b9a8-a1b33eaa6011",
      "resourceInvariantUUID": "9b35884a-30a9-422c-a77e-f340c5d75a90",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mlhkwz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
          "artifactChecksum": "YTdkOTgxOTg1NjIwODgyMmRlMjM4NDFmYzAwYmJkNWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "485ccced-129c-41df-abf5-e2ff1c4ed947",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5e031bc0-b650-4e33-9cfe-0e193c144ba0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4",
            "generatedFromUUID": "5e031bc0-b650-4e33-9cfe-0e193c144ba0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMlhkwz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
      "artifactChecksum": "ZjUxNjVhNzBkYTY3NTgxNzI4N2U4NjQ3NzViODI0Yjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ecceb98-082c-4762-ad4d-f55899a1435f"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:12:53.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:12:53.981Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed54df13-55d4-4886-a15c-1b3608938e22 ASDC
2021-08-16T08:12:53.982Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dc25246c-f1d0-4fa7-b87f-e71a5164b912
ServiceName:basic_onboard_mlHkwZ
ServiceVersion:1.0
ServiceUUID:ed54df13-55d4-4886-a15c-1b3608938e22
ServiceInvariantUUID:dd138ad2-6912-4e07-9603-d78123100f0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMlhkwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
ArtifactUUID:0ecceb98-082c-4762-ad4d-f55899a1435f
ArtifactChecksum:ZjUxNjVhNzBkYTY3NTgxNzI4N2U4NjQ3NzViODI0Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mlHkwZ 0
ResourceCustomizationUUID:c239e114-3276-4b2d-9a97-45f9cc2ed8ff
ResourceInvariantUUID:9b35884a-30a9-422c-a77e-f340c5d75a90
ResourceName:basic_onboard_mlHkwZ
ResourceType:VF
ResourceUUID:b9f34c39-8faf-4876-b9a8-a1b33eaa6011
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mlhkwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
ArtifactUUID:485ccced-129c-41df-abf5-e2ff1c4ed947
ArtifactChecksum:YTdkOTgxOTg1NjIwODgyMmRlMjM4NDFmYzAwYmJkNWQ=
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/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5e031bc0-b650-4e33-9cfe-0e193c144ba0
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/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4
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/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-16T08:12:53.982Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed54df13-55d4-4886-a15c-1b3608938e22 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-08-16T08:12:54.023Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:12:54.025Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:12:54.025Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:12:54.026Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ecceb98-082c-4762-ad4d-f55899a1435f from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:54.026Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:12:54.026Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:54.802Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:12:54.806Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar 0ecceb98-082c-4762-ad4d-f55899a1435f 71375
2021-08-16T08:12:54.807Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar ASDC sendASDCNotification
2021-08-16T08:12:54.807Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:54.807Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:12:54.808Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:54.810Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:54.810Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101574807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:54.911Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T08:12:54.912Z||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-08-16T08:12:54.912Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:54.938Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:54.938Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:55.811Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:12:55.812Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:12:55.812Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0ecceb98-082c-4762-ad4d-f55899a1435f, URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:55.813Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:55.813Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:55.813Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:56.134Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8138767296411942624/Definitions/service-BasicOnboardMlhkwz-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-08-16T08:12:57.380Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.383Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.383Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mlHkwZ 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-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.383Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is not matching search criteria
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9805dbf1-3d3e-408d-acb0-6d9266aa27ae
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.393Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:12:57.393Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.393Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mlHkwZ
Description:service
Model UUID:ed54df13-55d4-4886-a15c-1b3608938e22
Model Version:NULL
Model InvariantUuid:dd138ad2-6912-4e07-9603-d78123100f0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mlHkwZ
Model UUID:5fc0cbb4-a437-4958-92d5-1dc55816c982
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9b35884a-30a9-422c-a77e-f340c5d75a90
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c239e114-3276-4b2d-9a97-45f9cc2ed8ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b0e0661a-cf6c-41be-9a2c-544490979acd
ModelName:BasicOnboardMlhkwz..base_ubuntu18..module-0
ModelUuid:8ca7ff19-53cd-4a2c-854b-4fdf57accb56
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9805dbf1-3d3e-408d-acb0-6d9266aa27ae
ModelInvariantUuid:66c0fa09-9f1b-418e-a971-5aefa6506c15
ModelName:basic_onboard_mlHkwZ-nodes.ubuntu18Cvfc
ModelUuid:0e451338-d482-428e-bea0-5f77ac8594cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e5574f7d-90a7-44c3-a4c7-09288c06e46e
ModelInvariantUuid:44adbc08-9799-4f85-b445-f1f65495d647
ModelName:BasicOnboardMlhkwz.compute.nodes.heat.ubuntu18
ModelUuid:7746cce2-b4ac-48bd-b685-72f6408678ca
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-08-16T08:12:57.399Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b9f34c39-8faf-4876-b9a8-a1b33eaa6011
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-08-16T08:12:57.403Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||basic_onboard_mlHkwZ 0
2021-08-16T08:12:57.403Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9f34c39-8faf-4876-b9a8-a1b33eaa6011
2021-08-16T08:12:57.403Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 485ccced-129c-41df-abf5-e2ff1c4ed947 from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:12:57.404Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:12:57.404Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:12:57.876Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:12:57.877Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json 485ccced-129c-41df-abf5-e2ff1c4ed947 798
2021-08-16T08:12:57.877Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json ASDC sendASDCNotification
2021-08-16T08:12:57.877Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:12:57.878Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:12:57.878Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:57.880Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:57.880Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101577877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:57.980Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:57.981Z||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-08-16T08:12:57.981Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:57.993Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:57.993Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:58.881Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMlhkwz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b0e0661a-cf6c-41be-9a2c-544490979acd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ca7ff19-53cd-4a2c-854b-4fdf57accb56",
    "vfModuleModelCustomizationUUID": "191322ab-78c5-4c92-9042-f641bff19dc0",
    "isBase": true,
    "artifacts": [
      "5e031bc0-b650-4e33-9cfe-0e193c144ba0",
      "6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4"
    ],
    "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-08-16T08:12:58.886Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMlhkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ca7ff19-53cd-4a2c-854b-4fdf57accb56
VfModuleModelInvariantUUID:b0e0661a-cf6c-41be-9a2c-544490979acd
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e031bc0-b650-4e33-9cfe-0e193c144ba0
,
6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4

}
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-08-16T08:12:58.888Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMlhkwz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b0e0661a-cf6c-41be-9a2c-544490979acd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ca7ff19-53cd-4a2c-854b-4fdf57accb56",
    "vfModuleModelCustomizationUUID": "191322ab-78c5-4c92-9042-f641bff19dc0",
    "isBase": true,
    "artifacts": [
      "5e031bc0-b650-4e33-9cfe-0e193c144ba0",
      "6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4"
    ],
    "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-08-16T08:12:58.889Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMlhkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ca7ff19-53cd-4a2c-854b-4fdf57accb56
VfModuleModelInvariantUUID:b0e0661a-cf6c-41be-9a2c-544490979acd
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e031bc0-b650-4e33-9cfe-0e193c144ba0
,
6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4

}
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-08-16T08:12:58.889Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e031bc0-b650-4e33-9cfe-0e193c144ba0 from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:12:58.889Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:12:58.890Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:12:59.555Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:12:59.556Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml 5e031bc0-b650-4e33-9cfe-0e193c144ba0 5033
2021-08-16T08:12:59.557Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T08:12:59.558Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:12:59.558Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:12:59.558Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:59.562Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:59.562Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101579557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:12:59.662Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:59.664Z||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-08-16T08:12:59.664Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:59.677Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:12:59.677Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:13:00.565Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4 from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:00.565Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:13:00.566Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:01.947Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:13:01.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env 6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4 909
2021-08-16T08:13:01.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T08:13:01.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:01.949Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:13:01.949Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:01.951Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:01.951Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101581948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:13:02.051Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:13:02.052Z||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-08-16T08:13:02.052Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:02.064Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:02.064Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:02.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ed54df13-55d4-4886-a15c-1b3608938e22
2021-08-16T08:13:02.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mlHkwZ 0 b9f34c39-8faf-4876-b9a8-a1b33eaa6011 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-08-16T08:13:02.979Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.979Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.979Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-16T08:13:02.980Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c239e114-3276-4b2d-9a97-45f9cc2ed8ff
2021-08-16T08:13:02.980Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c239e114-3276-4b2d-9a97-45f9cc2ed8ff matches Tosca VF Customization UUID: c239e114-3276-4b2d-9a97-45f9cc2ed8ff
2021-08-16T08:13:02.980Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c239e114-3276-4b2d-9a97-45f9cc2ed8ff  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-08-16T08:13:02.982Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.983Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.983Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c239e114-3276-4b2d-9a97-45f9cc2ed8ff: {\"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-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@767dc791
2021-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 191322ab-78c5-4c92-9042-f641bff19dc0
2021-08-16T08:13:02.985Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 191322ab-78c5-4c92-9042-f641bff19dc0
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-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.989Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.989Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is not matching search criteria
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:13:02.991Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9805dbf1-3d3e-408d-acb0-6d9266aa27ae
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-08-16T08:13:02.993Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.993Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.994Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:13:02.994Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.994Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.995Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=c239e114-3276-4b2d-9a97-45f9cc2ed8ff
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-08-16T08:13:02.996Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.997Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.997Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ed54df13-55d4-4886-a15c-1b3608938e22: basic_onboard_mlHkwZ
2021-08-16T08:13:02.997Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:13:03.000Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:03.000Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_mlHkwZ 
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-08-16T08:13:03.089Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mlHkwZ b9f34c39-8faf-4876-b9a8-a1b33eaa6011 1 ASDC deployResourceStructure
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json ASDC sendASDCNotification
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:03.092Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:03.092Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101583090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:13:03.192Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:13:03.194Z||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-08-16T08:13:03.195Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:03.207Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:03.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:13:04.094Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T08:13:04.095Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:13:04.095Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:04.095Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:04.098Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:04.098Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101584093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:13:04.198Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:13:04.199Z||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-08-16T08:13:04.199Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:04.209Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:04.210Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:05.099Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T08:13:05.100Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:05.100Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:05.101Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:05.105Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:05.105Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101585099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:13:05.204Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:13:05.205Z||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-08-16T08:13:05.205Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:05.217Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:05.217Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar ASDC sendASDCNotification
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:06.108Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:06.109Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101586106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:13:06.209Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:13:06.209Z||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-08-16T08:13:06.209Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:06.220Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:06.220Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:07.110Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:13:07.123Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:13:07.129Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:13:07.129Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:13:07.133Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:13:37.138Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-08-16T08:13:37.144Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912 and serviceModelVersionId: ed54df13-55d4-4886-a15c-1b3608938e22
2021-08-16T08:13:37.145Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd138ad2-6912-4e07-9603-d78123100f0d
2021-08-16T08:13:37.146Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0
2021-08-16T08:13:37.152Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:13:37.210Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?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-08-16T08:13:37.212Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0|INFO|500||Invoke
2021-08-16T08:13:37.252Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:13:37.576Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0|INFO|500||InvokeReturn
2021-08-16T08:13:37.577Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-08:13:37:266-2169], vertex-id=[176304], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:13:37 GMT], Content-Type=[application/json]}
2021-08-16T08:13:37.578Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:13:37.578Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:13:37.579Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:13:37.583Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:13:37.584Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc25246c-f1d0-4fa7-b87f-e71a5164b912 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:13:37.584Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:13:37.584Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:37.586Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:37.586Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101617584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:13:37.686Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:13:37.687Z||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-08-16T08:13:37.687Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:37.713Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:37.713Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-08-16T08:13:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:13:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:13:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:13:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:13:46.301Z||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-08-16T08:13:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:13:46.439Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:13:46.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:13:46.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:13:46.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:13:55.861Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:14:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:14:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:14:46.301Z||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-08-16T08:14:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:14:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:14:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:14:46.836Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:14:46.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101566299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101574807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101577877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101579557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101581948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101583090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101584093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101585099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101586106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629101617584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:55.884Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:15:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:15:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:15:46.304Z||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-08-16T08:15:46.304Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:15:46.305Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:15:46.305Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:15:55.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:15:55.878Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:16:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:16:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:16:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:16:46.301Z||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-08-16T08:16:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:16:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:16:55.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:16:55.870Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:17:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:17:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:17:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:17:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:17:46.301Z||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-08-16T08:17:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:17:55.857Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:17:55.871Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:18:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:18:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:18:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:18:46.302Z||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-08-16T08:18:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:18:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:18:55.862Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:18:55.883Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:19:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:19:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:19:46.301Z||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-08-16T08:19:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:19:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:19:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:19:55.859Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:19:55.879Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:20:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:20:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:20:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:20:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:20:46.301Z||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-08-16T08:20:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:20:55.862Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:20:55.864Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:21:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:21:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:21:46.302Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:21:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:21:46.303Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:21:46.303Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:21:55.858Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:21:55.883Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:22:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:22:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:22:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:22:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:22:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:22:46.302Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:22:55.856Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:22:55.880Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:23:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:23:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:23:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:23:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:23:46.301Z||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-08-16T08:23:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:23:55.873Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:23:55.890Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:24:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:24:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:24:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:24:46.302Z||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-08-16T08:24:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:24:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:24:55.867Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:24:55.868Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:25:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:25:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:25:46.303Z||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-08-16T08:25:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:25:46.303Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:25:46.303Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:25:55.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:25:55.869Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:26:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:26:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:26:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:26:46.302Z||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-08-16T08:26:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:26:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:26:55.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:26:55.863Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:27:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-08-16T08:27:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:27:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:27:46.301Z||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-08-16T08:27:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:27:46.934Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:46.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:46.935Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.935Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b4af283-82c4-4dce-9f1a-c8aba9c54ebf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"50725d82-1337-40d6-bddd-45a02e1e5245","serviceDescription":"service","serviceInvariantUUID":"56049d23-0167-4e59-bb16-8a56c55e7240","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"853c0f2f-34b0-47eb-9b85-613900deaa1b","resourceInvariantUUID":"0f64f7f3-c129-4a37-b427-360a5669cddb","resourceCustomizationUUID":"8fd1c26c-6e2b-42b7-9770-e5dba517ed7c","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":"YmIyZjczYjc0MzM5YWQ4NzAwZmJhYmE5MWM4OGRjNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aebe2588-58a4-4eb2-a620-7dcbf6e9fd26","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzMwYjJlODAzZGMxYjZjMjJiOTM5NDFmYjY4MGFmNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47ad797a-62a5-46f6-9a54-28e7d661f625","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:27:46.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "cds",
  "timestamp": 1629102435057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102435841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "aai-ml",
  "timestamp": 1629102443803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102444005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "cds",
  "timestamp": 1629102435057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102435841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "aai-ml",
  "timestamp": 1629102443803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102444005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "dcae-sch",
  "timestamp": 1629102447496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "dcae-sch",
  "timestamp": 1629102447496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "policy-id",
  "timestamp": 1629102448978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "clamp",
  "timestamp": 1629102449452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "policy-id",
  "timestamp": 1629102448978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "cds",
  "timestamp": 1629102450830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "clamp",
  "timestamp": 1629102449452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102451701,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.942Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "aai-ml",
  "timestamp": 1629102451698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.943Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:46.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "cds",
  "timestamp": 1629102451838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-08-16T08:27:46.947Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:46.947Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102466298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:27:46.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:46.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102452736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "policy-id",
  "timestamp": 1629102453343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102453407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102452736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "policy-id",
  "timestamp": 1629102454352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102454412,
  "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-08-16T08:27:46.981Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:46.981Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-08-16T08:27:46.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "policy-id",
  "timestamp": 1629102455355,
  "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-08-16T08:27:46.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:46.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-08-16T08:27:47.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:47.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "aai-ml",
  "timestamp": 1629102456392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:27:47.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:47.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:47.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "aai-ml",
  "timestamp": 1629102457396,
  "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-08-16T08:27:47.009Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:47.010Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-08-16T08:27:47.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:47.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "clamp",
  "timestamp": 1629102464113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:27:47.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:47.047Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:27:47.048Z||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-08-16T08:27:47.049Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:47.063Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:47.063Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:27:47.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:27:47.950Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:47.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:47.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102466298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:27:48.052Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:27:48.054Z||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-08-16T08:27:48.054Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:48.068Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:48.068Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:27:48.953Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "50725d82-1337-40d6-bddd-45a02e1e5245",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56049d23-0167-4e59-bb16-8a56c55e7240",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8fd1c26c-6e2b-42b7-9770-e5dba517ed7c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "853c0f2f-34b0-47eb-9b85-613900deaa1b",
      "resourceInvariantUUID": "0f64f7f3-c129-4a37-b427-360a5669cddb",
      "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": "YzMwYjJlODAzZGMxYjZjMjJiOTM5NDFmYjY4MGFmNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47ad797a-62a5-46f6-9a54-28e7d661f625"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:27:48.955Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:27:48.955Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50725d82-1337-40d6-bddd-45a02e1e5245 ASDC
2021-08-16T08:27:48.956Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:50725d82-1337-40d6-bddd-45a02e1e5245
ServiceInvariantUUID:56049d23-0167-4e59-bb16-8a56c55e7240
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:47ad797a-62a5-46f6-9a54-28e7d661f625
ArtifactChecksum:YzMwYjJlODAzZGMxYjZjMjJiOTM5NDFmYjY4MGFmNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8fd1c26c-6e2b-42b7-9770-e5dba517ed7c
ResourceInvariantUUID:0f64f7f3-c129-4a37-b427-360a5669cddb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:853c0f2f-34b0-47eb-9b85-613900deaa1b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-16T08:27:48.956Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50725d82-1337-40d6-bddd-45a02e1e5245 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-08-16T08:27:48.983Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:27:48.984Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:27:48.984Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:27:48.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 47ad797a-62a5-46f6-9a54-28e7d661f625 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-16T08:27:48.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:27:48.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-16T08:27:51.699Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 47ad797a-62a5-46f6-9a54-28e7d661f625 52175
2021-08-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:27:51.703Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:51.704Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:51.704Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102471702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:27:51.805Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:27:51.805Z||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-08-16T08:27:51.805Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:51.820Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:51.820Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:27:52.705Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:27:52.706Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:27:52.706Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 47ad797a-62a5-46f6-9a54-28e7d661f625, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:52.707Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-16T08:27:52.707Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:52.707Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:52.838Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4640111520646831107/Definitions/service-BasicNetwork-template.yml
2021-08-16T08:27:53.378Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:27:53.379Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:27:53.379Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.380Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-16T08:27:53.380Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.380Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.382Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.382Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.382Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:27:53.383Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.384Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.385Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-16T08:27:53.385Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:27:53.385Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:27:53.386Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.386Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.387Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-16T08:27:53.387Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:27:53.387Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:27:53.388Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.388Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.388Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.389Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.389Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.390Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.390Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.390Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.391Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.391Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.391Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:50725d82-1337-40d6-bddd-45a02e1e5245
Model Version:NULL
Model InvariantUuid:56049d23-0167-4e59-bb16-8a56c55e7240
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0f64f7f3-c129-4a37-b427-360a5669cddb
Model UUID:03a78629-b8be-4339-82a4-13f2e34a38de
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8fd1c26c-6e2b-42b7-9770-e5dba517ed7c
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-08-16T08:27:53.415Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 853c0f2f-34b0-47eb-9b85-613900deaa1b
2021-08-16T08:27:53.415Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||No resources found for Service: 50725d82-1337-40d6-bddd-45a02e1e5245
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-08-16T08:27:53.420Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||
2021-08-16T08:27:53.420Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 50725d82-1337-40d6-bddd-45a02e1e5245
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 50725d82-1337-40d6-bddd-45a02e1e5245
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T08:27:53.427Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.428Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.428Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.428Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 50725d82-1337-40d6-bddd-45a02e1e5245: Generic NeutronNet
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-16T08:27:53.468Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.470Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-16T08:27:53.540Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-16T08:27:53.540Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-16T08:27:53.540Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.541Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:27:53.541Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:53.543Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:53.543Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102473540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:27:53.643Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:27:53.644Z||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-08-16T08:27:53.644Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:53.654Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:27:53.654Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:27:54.544Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:27:54.561Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:27:54.566Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-08-16T08:27:54.570Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:28:24.570Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-08-16T08:28:24.581Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf and serviceModelVersionId: 50725d82-1337-40d6-bddd-45a02e1e5245
2021-08-16T08:28:24.581Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56049d23-0167-4e59-bb16-8a56c55e7240
2021-08-16T08:28:24.583Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0
2021-08-16T08:28:24.593Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:28:24.673Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?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-08-16T08:28:24.676Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0|INFO|500||Invoke
2021-08-16T08:28:24.718Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:28:25.070Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0|INFO|500||InvokeReturn
2021-08-16T08:28:25.071Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-08:28:24:734-18746], vertex-id=[397528], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:28:24 GMT], Content-Type=[application/json]}
2021-08-16T08:28:25.071Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:28:25.072Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:28:25.072Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-08-16T08:28:25.076Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-08-16T08:28:25.077Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:28:25.077Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:28:25.077Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:28:25.080Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:28:25.080Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102505077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:28:25.184Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-16T08:28:25.185Z||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-08-16T08:28:25.185Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:28:25.202Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:28:25.202Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T08:28:46.298Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:28:46.299Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-08-16T08:28:46.299Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:28:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:28:46.301Z||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-08-16T08:28:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:28:46.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:28:46.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:28:46.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102466298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:28:46.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:28:55.849Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:29:46.298Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:29:46.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:29:46.302Z||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-08-16T08:29:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:29:46.302Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-08-16T08:29:46.302Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:29:46.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:29:46.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "clamp",
  "timestamp": 1629102467112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102466298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "clamp",
  "timestamp": 1629102468118,
  "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-08-16T08:29:46.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:29:46.842Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102471702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102473540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:46.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102505077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:29:46.854Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:55.878Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:46.299Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:30:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:30:46.302Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-08-16T08:30:46.302Z||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-08-16T08:30:46.303Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:30:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:30:46.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:46.939Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:46.940Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.940Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b0f90a98-f91f-40e3-bb40-511e6caec44a","serviceDescription":"service","serviceInvariantUUID":"a6a7c618-6f82-4f25-b654-9f6857b52c6c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"258cb417-bcd3-40a0-98cd-af5a9058c636","resourceInvariantUUID":"d5bb487a-34ac-4575-bf40-fb9a9b79bc00","resourceCustomizationUUID":"6b9e2314-9357-45ab-a88b-a78288a692db","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":"ZmM4YzM4ODY2YmJkNjI1OWI4ZGJkNTQ2MWE5MDk0M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd0796a7-6405-4902-b7e5-25a6431d1dbe","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":"YmRhNTY4NDY4ZWE1NWViNGU1MjA1MmE1YjNhOTU3ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7258e27-27c6-41eb-98fe-28f9738abb19","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":"1d873b07-b60b-40ca-a214-76b62e4d58e4","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":"7b931310-8789-4751-bd48-e3e95bb4a379","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":"NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da880d1e-9cfa-45ac-9bb1-628500f07770","artifactVersion":"2","generatedFromUUID":"1d873b07-b60b-40ca-a214-76b62e4d58e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTNhNzgzMTZhMDNmZDFmZjk4ODYyZTdiM2FlY2IxZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0157074-3a7a-4f63-9fcc-713889b0dab1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGE3MDY1YjVlYjMyYzU1ZDljZjZiNzExMjNiNmQ0NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"745212a7-e71f-4d57-915c-26c303446b5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:30:46.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.951Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102608978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "dcae-sch",
  "timestamp": 1629102607496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102612741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102620662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102621667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102615057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102615841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "policy-id",
  "timestamp": 1629102622670,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-08-16T08:30:46.960Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:46.960Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:30:46.976Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:46.976Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:30:46.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102624036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:46.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102624756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "cds",
  "timestamp": 1629102625052,
  "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-08-16T08:30:46.992Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:46.992Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102623803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102624007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102631092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102633104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102633321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102633604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102634641,
  "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-08-16T08:30:47.011Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:47.011Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:30:47.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102635648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102629451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102636379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102637385,
  "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-08-16T08:30:47.023Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:47.023Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:30:47.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102642527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:30:47.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "aai-ml",
  "timestamp": 1629102643531,
  "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-08-16T08:30:47.035Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:47.035Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:30:47.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102644159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.065Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-08-16T08:30:47.066Z||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-08-16T08:30:47.067Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:47.077Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:47.077Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:47.961Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:47.962Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:47.965Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:47.965Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:30:48.065Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:30:48.066Z||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-08-16T08:30:48.066Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:48.081Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:48.081Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:48.966Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:48.967Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:48.969Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:48.969Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:30:49.069Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:49.070Z||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-08-16T08:30:49.070Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:49.096Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:49.097Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:49.970Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:49.971Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:49.973Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:49.973Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:50.073Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:50.074Z||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-08-16T08:30:50.074Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:50.084Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:50.085Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:50.974Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:50.975Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:50.977Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:50.978Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-16T08:30:51.078Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:51.078Z||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-08-16T08:30:51.079Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:51.098Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:51.099Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:51.978Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:51.980Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:51.982Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:51.982Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:30:52.082Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:52.083Z||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-08-16T08:30:52.083Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:52.094Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:52.095Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:52.983Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:52.983Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:52.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:52.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:30:53.085Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:30:53.086Z||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-08-16T08:30:53.086Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:53.097Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:53.098Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:53.987Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b0f90a98-f91f-40e3-bb40-511e6caec44a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6a7c618-6f82-4f25-b654-9f6857b52c6c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6b9e2314-9357-45ab-a88b-a78288a692db",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "258cb417-bcd3-40a0-98cd-af5a9058c636",
      "resourceInvariantUUID": "d5bb487a-34ac-4575-bf40-fb9a9b79bc00",
      "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": "YmRhNTY4NDY4ZWE1NWViNGU1MjA1MmE1YjNhOTU3ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7258e27-27c6-41eb-98fe-28f9738abb19",
          "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": "1d873b07-b60b-40ca-a214-76b62e4d58e4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "da880d1e-9cfa-45ac-9bb1-628500f07770",
            "generatedFromUUID": "1d873b07-b60b-40ca-a214-76b62e4d58e4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "da880d1e-9cfa-45ac-9bb1-628500f07770",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZGE3MDY1YjVlYjMyYzU1ZDljZjZiNzExMjNiNmQ0NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "745212a7-e71f-4d57-915c-26c303446b5d"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:30:53.987Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:30:53.988Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0f90a98-f91f-40e3-bb40-511e6caec44a ASDC
2021-08-16T08:30:53.989Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b0f90a98-f91f-40e3-bb40-511e6caec44a
ServiceInvariantUUID:a6a7c618-6f82-4f25-b654-9f6857b52c6c
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:745212a7-e71f-4d57-915c-26c303446b5d
ArtifactChecksum:ZGE3MDY1YjVlYjMyYzU1ZDljZjZiNzExMjNiNmQ0NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6b9e2314-9357-45ab-a88b-a78288a692db
ResourceInvariantUUID:d5bb487a-34ac-4575-bf40-fb9a9b79bc00
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:258cb417-bcd3-40a0-98cd-af5a9058c636
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:c7258e27-27c6-41eb-98fe-28f9738abb19
ArtifactChecksum:YmRhNTY4NDY4ZWE1NWViNGU1MjA1MmE1YjNhOTU3ZTA=
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:1d873b07-b60b-40ca-a214-76b62e4d58e4
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:da880d1e-9cfa-45ac-9bb1-628500f07770
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
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:da880d1e-9cfa-45ac-9bb1-628500f07770
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-16T08:30:53.989Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0f90a98-f91f-40e3-bb40-511e6caec44a 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-08-16T08:30:54.030Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:30:54.032Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:30:54.032Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:30:54.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 745212a7-e71f-4d57-915c-26c303446b5d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-16T08:30:54.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:30:54.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-16T08:30:54.910Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 745212a7-e71f-4d57-915c-26c303446b5d 70822
2021-08-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:30:54.915Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:54.916Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:54.916Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:55.017Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:30:55.017Z||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-08-16T08:30:55.017Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:55.033Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:55.034Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:55.917Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:30:55.918Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:30:55.918Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 745212a7-e71f-4d57-915c-26c303446b5d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:55.919Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-16T08:30:55.920Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:55.920Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:56.118Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13154109405198424069/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-08-16T08:30:57.286Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:30:57.289Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.289Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f45767bb-583a-4864-981b-a6859a8bcf44
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.296Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b0f90a98-f91f-40e3-bb40-511e6caec44a
Model Version:NULL
Model InvariantUuid:a6a7c618-6f82-4f25-b654-9f6857b52c6c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e1a10e43-c2cb-4f6d-b858-cce3874b5e12
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5bb487a-34ac-4575-bf40-fb9a9b79bc00
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b9e2314-9357-45ab-a88b-a78288a692db
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df265c04-19b9-45c0-8b9f-104a0c4f30db
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:08fbfc31-fac4-4915-881e-65bbdd6c72b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f45767bb-583a-4864-981b-a6859a8bcf44
ModelInvariantUuid:3fce4132-8693-476f-9b9d-44e0fe00f2c5
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:da244f94-cb8f-44e1-870f-d3712dc9805e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:6be6fabe-c36e-4731-8333-5f44c4c7fbc9
ModelInvariantUuid:cb6845a1-b95c-4ae3-89bf-72b6a1596fa9
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:5c4d71c1-e392-4818-ac98-b53de4df531a
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-08-16T08:30:57.304Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 258cb417-bcd3-40a0-98cd-af5a9058c636
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-08-16T08:30:57.307Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-08-16T08:30:57.307Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 258cb417-bcd3-40a0-98cd-af5a9058c636
2021-08-16T08:30:57.307Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c7258e27-27c6-41eb-98fe-28f9738abb19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-16T08:30:57.307Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:30:57.308Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-16T08:30:58.751Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:30:58.752Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c7258e27-27c6-41eb-98fe-28f9738abb19 787
2021-08-16T08:30:58.752Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-16T08:30:58.752Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-16T08:30:58.752Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:30:58.752Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:58.754Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:58.754Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102658752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:30:58.856Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-16T08:30:58.857Z||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-08-16T08:30:58.857Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:58.908Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:30:58.909Z||pool-48-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:59.755Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "df265c04-19b9-45c0-8b9f-104a0c4f30db",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08fbfc31-fac4-4915-881e-65bbdd6c72b4",
    "vfModuleModelCustomizationUUID": "861bac92-7c15-45b7-a079-6d07453eaaee",
    "isBase": true,
    "artifacts": [
      "1d873b07-b60b-40ca-a214-76b62e4d58e4",
      "da880d1e-9cfa-45ac-9bb1-628500f07770"
    ],
    "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-08-16T08:30:59.759Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08fbfc31-fac4-4915-881e-65bbdd6c72b4
VfModuleModelInvariantUUID:df265c04-19b9-45c0-8b9f-104a0c4f30db
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d873b07-b60b-40ca-a214-76b62e4d58e4
,
da880d1e-9cfa-45ac-9bb1-628500f07770

}
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-08-16T08:30:59.761Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "df265c04-19b9-45c0-8b9f-104a0c4f30db",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08fbfc31-fac4-4915-881e-65bbdd6c72b4",
    "vfModuleModelCustomizationUUID": "861bac92-7c15-45b7-a079-6d07453eaaee",
    "isBase": true,
    "artifacts": [
      "1d873b07-b60b-40ca-a214-76b62e4d58e4",
      "da880d1e-9cfa-45ac-9bb1-628500f07770"
    ],
    "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-08-16T08:30:59.761Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08fbfc31-fac4-4915-881e-65bbdd6c72b4
VfModuleModelInvariantUUID:df265c04-19b9-45c0-8b9f-104a0c4f30db
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d873b07-b60b-40ca-a214-76b62e4d58e4
,
da880d1e-9cfa-45ac-9bb1-628500f07770

}
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-08-16T08:30:59.761Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1d873b07-b60b-40ca-a214-76b62e4d58e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-16T08:30:59.761Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:30:59.761Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-16T08:31:00.865Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:31:00.866Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1d873b07-b60b-40ca-a214-76b62e4d58e4 5033
2021-08-16T08:31:00.866Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-16T08:31:00.866Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-16T08:31:00.867Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:31:00.867Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:00.869Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:00.869Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102660866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:31:00.969Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:00.970Z||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-08-16T08:31:00.970Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:00.982Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:00.983Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:31:01.869Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: da880d1e-9cfa-45ac-9bb1-628500f07770 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-16T08:31:01.870Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:31:01.870Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-16T08:31:02.922Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:31:02.922Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env da880d1e-9cfa-45ac-9bb1-628500f07770 902
2021-08-16T08:31:02.922Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-16T08:31:02.923Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-16T08:31:02.923Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:31:02.923Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:02.924Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:02.924Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102662922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:31:03.025Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:03.025Z||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-08-16T08:31:03.025Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:03.040Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:03.040Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:03.925Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b0f90a98-f91f-40e3-bb40-511e6caec44a
2021-08-16T08:31:03.925Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 258cb417-bcd3-40a0-98cd-af5a9058c636 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-08-16T08:31:03.939Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-16T08:31:03.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6b9e2314-9357-45ab-a88b-a78288a692db
2021-08-16T08:31:03.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b9e2314-9357-45ab-a88b-a78288a692db matches Tosca VF Customization UUID: 6b9e2314-9357-45ab-a88b-a78288a692db
2021-08-16T08:31:03.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6b9e2314-9357-45ab-a88b-a78288a692db  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-08-16T08:31:03.942Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.942Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6b9e2314-9357-45ab-a88b-a78288a692db: {\"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_2004\",\"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-08-16T08:31:03.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29eeeebe
2021-08-16T08:31:03.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:31:03.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 861bac92-7c15-45b7-a079-6d07453eaaee
2021-08-16T08:31:03.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 861bac92-7c15-45b7-a079-6d07453eaaee
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-08-16T08:31:03.946Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.946Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:31:03.946Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:31:03.946Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.946Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:31:03.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:31:03.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-16T08:31:03.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-16T08:31:03.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-16T08:31:03.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f45767bb-583a-4864-981b-a6859a8bcf44
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-08-16T08:31:03.949Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:31:03.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:31:03.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:31:03.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6b9e2314-9357-45ab-a88b-a78288a692db
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-08-16T08:31:03.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b0f90a98-f91f-40e3-bb40-511e6caec44a: basic_vm
2021-08-16T08:31:03.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:03.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:03.954Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T08:31:04.026Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 258cb417-bcd3-40a0-98cd-af5a9058c636 1 ASDC deployResourceStructure
2021-08-16T08:31:04.027Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-16T08:31:04.027Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-16T08:31:04.027Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:31:04.027Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:04.029Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:04.029Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102664027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:31:04.129Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:04.130Z||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-08-16T08:31:04.130Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:04.145Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:04.146Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:05.030Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-16T08:31:05.030Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-16T08:31:05.030Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:31:05.030Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:05.032Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:05.032Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102665029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:31:05.132Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:05.133Z||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-08-16T08:31:05.133Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:05.143Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:05.144Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:06.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-16T08:31:06.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-16T08:31:06.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:31:06.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:06.035Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:06.035Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102666032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:31:06.135Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:06.136Z||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-08-16T08:31:06.136Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:06.158Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:06.159Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:31:07.036Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-16T08:31:07.036Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-16T08:31:07.036Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:31:07.037Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:07.038Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:07.038Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102667036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:31:07.138Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:07.140Z||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-08-16T08:31:07.140Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:07.152Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:07.152Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:31:08.039Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:31:08.051Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:31:08.057Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:31:08.058Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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-08-16T08:31:08.062Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:31:38.063Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:31:38.075Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 and serviceModelVersionId: b0f90a98-f91f-40e3-bb40-511e6caec44a
2021-08-16T08:31:38.075Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6a7c618-6f82-4f25-b654-9f6857b52c6c
2021-08-16T08:31:38.076Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6a7c618-6f82-4f25-b654-9f6857b52c6c/model-vers/model-ver/b0f90a98-f91f-40e3-bb40-511e6caec44a?depth=0
2021-08-16T08:31:38.085Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:31:38.159Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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/a6a7c618-6f82-4f25-b654-9f6857b52c6c/model-vers/model-ver/b0f90a98-f91f-40e3-bb40-511e6caec44a?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-08-16T08:31:38.161Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a7c618-6f82-4f25-b654-9f6857b52c6c/model-vers/model-ver/b0f90a98-f91f-40e3-bb40-511e6caec44a?depth=0|INFO|500||Invoke
2021-08-16T08:31:38.188Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a7c618-6f82-4f25-b654-9f6857b52c6c/model-vers/model-ver/b0f90a98-f91f-40e3-bb40-511e6caec44a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:31:38.395Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a7c618-6f82-4f25-b654-9f6857b52c6c/model-vers/model-ver/b0f90a98-f91f-40e3-bb40-511e6caec44a?depth=0|INFO|500||InvokeReturn
2021-08-16T08:31:38.396Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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/a6a7c618-6f82-4f25-b654-9f6857b52c6c/model-vers/model-ver/b0f90a98-f91f-40e3-bb40-511e6caec44a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210816-08:31:38:201-30134], vertex-id=[430296], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:31:38 GMT], Content-Type=[application/json]}
2021-08-16T08:31:38.398Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:31:38.399Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:31:38.399Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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-08-16T08:31:38.404Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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-08-16T08:31:38.404Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:31:38.404Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:31:38.405Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:38.407Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:38.407Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102698404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:31:38.508Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:38.509Z||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-08-16T08:31:38.509Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:38.523Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:38.523Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T08:31:46.298Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:31:46.299Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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-08-16T08:31:46.299Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:31:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:31:46.301Z||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-08-16T08:31:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:31:46.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:46.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:31:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:31:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:31:46.929Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:46.930Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:31:46.930Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4f94f11-ba43-4655-b1e5-509d18172a40","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2a037c9b-1e24-41ed-94d3-443f0e97c64c","serviceDescription":"service","serviceInvariantUUID":"350438cc-8149-4221-99dd-f4666ef20077","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e6e31d2-39bd-4660-ae61-1d5619dc9b51","resourceInvariantUUID":"1c530568-da4a-4e2c-9c72-1875e55472c1","resourceCustomizationUUID":"1b187b3a-70af-4e78-a2e6-4f52d7fb9690","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":"YTQ4NWEwNGJkMTgyMDZkMjdkNzU1MzlkYzgxOGUxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b52b4899-986c-4f88-8b16-c66220c6a68a","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":"79dc7349-cf52-4bb9-8eed-86d5afe5e4da","artifactVersion":"2","generatedFromUUID":"7349a1d0-2929-4810-9b81-cf4dc26dc1d1"},{"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":"7349a1d0-2929-4810-9b81-cf4dc26dc1d1","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":"MzUyZWQwMTdjZDM1OTZlMTAzNTFlNGYzNWZiNWIxMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68c2debf-0fa8-418f-8502-edc1f4f8d402","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":"f3483bd0-af93-41dd-b786-e4e0e6d5a5a9","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":"92aa7e08-3625-4e83-b884-086fb31481f6","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":"10cd726e-64b5-4205-be37-48f5f5da90fb","artifactVersion":"2","generatedFromUUID":"f3483bd0-af93-41dd-b786-e4e0e6d5a5a9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZThkNWJjYTNjMTk1MDVhZmIzNzcyNjMwOWFmMWJhNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b42f7521-a53a-4201-925c-b29c40dad054","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmVhNjA4NTYwZTkyZDZjODcyY2I0N2JlODI0OGI4Mjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3072be14-171b-4c69-b056-978e37859bee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:31:46.933Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:46.933Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:46.936Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:46.936Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:31:47.036Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:47.037Z||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-08-16T08:31:47.037Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:47.049Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:47.050Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:47.937Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:47.938Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:47.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:47.940Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-16T08:31:48.040Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:48.041Z||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-08-16T08:31:48.041Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:48.051Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:48.052Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:48.941Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:48.941Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:48.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:48.943Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-16T08:31:49.044Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:31:49.044Z||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-08-16T08:31:49.044Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:49.054Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:49.055Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:49.944Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:49.945Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:49.947Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:49.948Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:31:50.048Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:31:50.049Z||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-08-16T08:31:50.049Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:50.060Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:50.061Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:50.948Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:50.949Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:50.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:50.950Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:31:51.051Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:51.052Z||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-08-16T08:31:51.052Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:51.074Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:51.075Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:31:51.951Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:51.952Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:51.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:51.953Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:31:52.054Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:52.054Z||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-08-16T08:31:52.055Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:52.071Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:52.071Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:52.954Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:52.955Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:52.956Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:52.956Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-16T08:31:53.056Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:53.057Z||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-08-16T08:31:53.057Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:53.069Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:53.069Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:53.956Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:53.957Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:53.959Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:53.959Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:31:54.059Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:54.060Z||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-08-16T08:31:54.060Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:54.080Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:54.081Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:54.960Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:31:54.962Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:54.964Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:54.964Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:31:55.064Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:55.066Z||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-08-16T08:31:55.066Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:55.082Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:55.083Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:31:55.966Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2a037c9b-1e24-41ed-94d3-443f0e97c64c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "350438cc-8149-4221-99dd-f4666ef20077",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1b187b3a-70af-4e78-a2e6-4f52d7fb9690",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6e6e31d2-39bd-4660-ae61-1d5619dc9b51",
      "resourceInvariantUUID": "1c530568-da4a-4e2c-9c72-1875e55472c1",
      "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": "79dc7349-cf52-4bb9-8eed-86d5afe5e4da",
          "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": "7349a1d0-2929-4810-9b81-cf4dc26dc1d1",
          "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": "MzUyZWQwMTdjZDM1OTZlMTAzNTFlNGYzNWZiNWIxMjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "68c2debf-0fa8-418f-8502-edc1f4f8d402",
          "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": "f3483bd0-af93-41dd-b786-e4e0e6d5a5a9",
          "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": "10cd726e-64b5-4205-be37-48f5f5da90fb",
            "generatedFromUUID": "f3483bd0-af93-41dd-b786-e4e0e6d5a5a9"
          },
          "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": "10cd726e-64b5-4205-be37-48f5f5da90fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmVhNjA4NTYwZTkyZDZjODcyY2I0N2JlODI0OGI4Mjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3072be14-171b-4c69-b056-978e37859bee"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:31:55.967Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:31:55.968Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2a037c9b-1e24-41ed-94d3-443f0e97c64c ASDC
2021-08-16T08:31:55.968Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d4f94f11-ba43-4655-b1e5-509d18172a40
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2a037c9b-1e24-41ed-94d3-443f0e97c64c
ServiceInvariantUUID:350438cc-8149-4221-99dd-f4666ef20077
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:3072be14-171b-4c69-b056-978e37859bee
ArtifactChecksum:MmVhNjA4NTYwZTkyZDZjODcyY2I0N2JlODI0OGI4Mjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1b187b3a-70af-4e78-a2e6-4f52d7fb9690
ResourceInvariantUUID:1c530568-da4a-4e2c-9c72-1875e55472c1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6e6e31d2-39bd-4660-ae61-1d5619dc9b51
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:79dc7349-cf52-4bb9-8eed-86d5afe5e4da
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:7349a1d0-2929-4810-9b81-cf4dc26dc1d1
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:68c2debf-0fa8-418f-8502-edc1f4f8d402
ArtifactChecksum:MzUyZWQwMTdjZDM1OTZlMTAzNTFlNGYzNWZiNWIxMjM=
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:f3483bd0-af93-41dd-b786-e4e0e6d5a5a9
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:10cd726e-64b5-4205-be37-48f5f5da90fb
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:10cd726e-64b5-4205-be37-48f5f5da90fb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-16T08:31:55.969Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a037c9b-1e24-41ed-94d3-443f0e97c64c 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-08-16T08:31:56.008Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:31:56.009Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:31:56.009Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:31:56.010Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3072be14-171b-4c69-b056-978e37859bee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-16T08:31:56.010Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:31:56.010Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-16T08:31:56.719Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:31:56.722Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3072be14-171b-4c69-b056-978e37859bee 68756
2021-08-16T08:31:56.722Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-16T08:31:56.723Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-16T08:31:56.723Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:31:56.723Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:56.725Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:56.725Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102716722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:31:56.825Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:56.826Z||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-08-16T08:31:56.826Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:56.856Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:56.856Z||pool-65-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:31:57.725Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:31:57.726Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:31:57.727Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3072be14-171b-4c69-b056-978e37859bee, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:57.727Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-16T08:31:57.728Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:57.728Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:57.887Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16682850766699496137/Definitions/service-BasicCnf-template.yml
2021-08-16T08:31:59.059Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-16T08:31:59.060Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:31:59.061Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.061Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.061Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:31:59.061Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:31:59.061Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.062Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.063Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:31:59.064Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e3ef7483-d221-46a1-9137-4a76127067da
2021-08-16T08:31:59.065Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:31:59.066Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2a037c9b-1e24-41ed-94d3-443f0e97c64c
Model Version:NULL
Model InvariantUuid:350438cc-8149-4221-99dd-f4666ef20077
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:377289fc-f61f-4d1b-a6ae-1fbcf415ede5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c530568-da4a-4e2c-9c72-1875e55472c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1b187b3a-70af-4e78-a2e6-4f52d7fb9690
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ee61b19-67bd-4deb-9343-ae9d7aff1ae6
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:63e7ba47-2878-43e4-9716-4283cd3e1aff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3ef7483-d221-46a1-9137-4a76127067da
ModelInvariantUuid:64c2c5b2-537f-4a94-92d8-4fdd140ce102
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:40944398-4b4e-4db9-ad3c-d2c6a8e3f943
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f868a73f-2978-4833-9851-4d317debe7bf
ModelInvariantUuid:8aadeac3-f429-4b67-9e9a-a5d8344ea3b6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:81befd02-4e4d-4230-8015-05786ae8838b
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-08-16T08:31:59.071Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e6e31d2-39bd-4660-ae61-1d5619dc9b51
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-08-16T08:31:59.075Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-08-16T08:31:59.075Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e6e31d2-39bd-4660-ae61-1d5619dc9b51
2021-08-16T08:31:59.075Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79dc7349-cf52-4bb9-8eed-86d5afe5e4da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-16T08:31:59.075Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:31:59.075Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-16T08:31:59.777Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:31:59.778Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 79dc7349-cf52-4bb9-8eed-86d5afe5e4da 12
2021-08-16T08:31:59.778Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-16T08:31:59.778Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-16T08:31:59.779Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:31:59.779Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:31:59.781Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:31:59.781Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102719778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:31:59.881Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:31:59.882Z||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-08-16T08:31:59.882Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:31:59.905Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:31:59.905Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:00.781Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7349a1d0-2929-4810-9b81-cf4dc26dc1d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-16T08:32:00.782Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:32:00.783Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-16T08:32:02.278Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:32:02.279Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7349a1d0-2929-4810-9b81-cf4dc26dc1d1 2688
2021-08-16T08:32:02.279Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-16T08:32:02.279Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-16T08:32:02.279Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:32:02.280Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:02.281Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:02.281Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102722279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:02.382Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:32:02.383Z||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-08-16T08:32:02.383Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:02.423Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:02.423Z||pool-67-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:03.283Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 68c2debf-0fa8-418f-8502-edc1f4f8d402 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-16T08:32:03.284Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:32:03.284Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-16T08:32:04.135Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:32:04.136Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 68c2debf-0fa8-418f-8502-edc1f4f8d402 828
2021-08-16T08:32:04.136Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-16T08:32:04.136Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-16T08:32:04.137Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:32:04.137Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:04.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:04.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102724136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:04.240Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:04.240Z||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-08-16T08:32:04.241Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:04.296Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:04.297Z||pool-68-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:32:05.140Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1ee61b19-67bd-4deb-9343-ae9d7aff1ae6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63e7ba47-2878-43e4-9716-4283cd3e1aff",
    "vfModuleModelCustomizationUUID": "6b0b81d1-2d32-4733-9846-e8ec3439aee4",
    "isBase": true,
    "artifacts": [
      "7349a1d0-2929-4810-9b81-cf4dc26dc1d1",
      "f3483bd0-af93-41dd-b786-e4e0e6d5a5a9",
      "10cd726e-64b5-4205-be37-48f5f5da90fb"
    ],
    "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-08-16T08:32:05.145Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63e7ba47-2878-43e4-9716-4283cd3e1aff
VfModuleModelInvariantUUID:1ee61b19-67bd-4deb-9343-ae9d7aff1ae6
VfModuleModelDescription:NULL
Artifacts UUID List:{
7349a1d0-2929-4810-9b81-cf4dc26dc1d1
,
f3483bd0-af93-41dd-b786-e4e0e6d5a5a9
,
10cd726e-64b5-4205-be37-48f5f5da90fb

}
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-08-16T08:32:05.148Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1ee61b19-67bd-4deb-9343-ae9d7aff1ae6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63e7ba47-2878-43e4-9716-4283cd3e1aff",
    "vfModuleModelCustomizationUUID": "6b0b81d1-2d32-4733-9846-e8ec3439aee4",
    "isBase": true,
    "artifacts": [
      "7349a1d0-2929-4810-9b81-cf4dc26dc1d1",
      "f3483bd0-af93-41dd-b786-e4e0e6d5a5a9",
      "10cd726e-64b5-4205-be37-48f5f5da90fb"
    ],
    "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-08-16T08:32:05.148Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63e7ba47-2878-43e4-9716-4283cd3e1aff
VfModuleModelInvariantUUID:1ee61b19-67bd-4deb-9343-ae9d7aff1ae6
VfModuleModelDescription:NULL
Artifacts UUID List:{
7349a1d0-2929-4810-9b81-cf4dc26dc1d1
,
f3483bd0-af93-41dd-b786-e4e0e6d5a5a9
,
10cd726e-64b5-4205-be37-48f5f5da90fb

}
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-08-16T08:32:05.148Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f3483bd0-af93-41dd-b786-e4e0e6d5a5a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-16T08:32:05.149Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:32:05.149Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-16T08:32:08.723Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:32:08.724Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f3483bd0-af93-41dd-b786-e4e0e6d5a5a9 1164
2021-08-16T08:32:08.724Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-16T08:32:08.724Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-16T08:32:08.724Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:32:08.725Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:08.727Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:08.727Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102728724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:08.828Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:08.828Z||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-08-16T08:32:08.828Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:08.841Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:08.842Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:09.728Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 10cd726e-64b5-4205-be37-48f5f5da90fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-16T08:32:09.729Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:32:09.729Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-16T08:32:12.094Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:32:12.096Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 10cd726e-64b5-4205-be37-48f5f5da90fb 200
2021-08-16T08:32:12.097Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-16T08:32:12.097Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-16T08:32:12.097Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:32:12.097Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:12.099Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:12.099Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102732097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:12.199Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:12.200Z||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-08-16T08:32:12.200Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:12.218Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:12.218Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:13.100Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2a037c9b-1e24-41ed-94d3-443f0e97c64c
2021-08-16T08:32:13.100Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6e6e31d2-39bd-4660-ae61-1d5619dc9b51 ASDC
2021-08-16T08:32:13.114Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-08-16T08:32:13.125Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.125Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.126Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-16T08:32:13.126Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1b187b3a-70af-4e78-a2e6-4f52d7fb9690
2021-08-16T08:32:13.126Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1b187b3a-70af-4e78-a2e6-4f52d7fb9690 matches Tosca VF Customization UUID: 1b187b3a-70af-4e78-a2e6-4f52d7fb9690
2021-08-16T08:32:13.126Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1b187b3a-70af-4e78-a2e6-4f52d7fb9690  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-08-16T08:32:13.128Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.128Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.128Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1b187b3a-70af-4e78-a2e6-4f52d7fb9690: {\"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-08-16T08:32:13.129Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36b017b3
2021-08-16T08:32:13.129Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.129Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:32:13.129Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b0b81d1-2d32-4733-9846-e8ec3439aee4
2021-08-16T08:32:13.129Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b0b81d1-2d32-4733-9846-e8ec3439aee4
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-08-16T08:32:13.133Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.133Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:32:13.133Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-16T08:32:13.134Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e3ef7483-d221-46a1-9137-4a76127067da
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-08-16T08:32:13.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:32:13.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:32:13.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.139Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-16T08:32:13.140Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1b187b3a-70af-4e78-a2e6-4f52d7fb9690
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-08-16T08:32:13.141Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.141Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.142Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2a037c9b-1e24-41ed-94d3-443f0e97c64c: basic_cnf
2021-08-16T08:32:13.142Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.142Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.142Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.142Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.142Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.143Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.143Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.143Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.143Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:32:13.143Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:32:13.143Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T08:32:13.214Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6e6e31d2-39bd-4660-ae61-1d5619dc9b51 1 ASDC deployResourceStructure
2021-08-16T08:32:13.215Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-08-16T08:32:13.215Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-08-16T08:32:13.215Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-16T08:32:13.216Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:13.217Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:13.217Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102733215,
  "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-08-16T08:32:13.317Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:13.318Z||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-08-16T08:32:13.318Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:13.345Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:13.345Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:14.218Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-08-16T08:32:14.218Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-08-16T08:32:14.218Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-16T08:32:14.219Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:14.220Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:14.220Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102734218,
  "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-08-16T08:32:14.322Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-16T08:32:14.322Z||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-08-16T08:32:14.323Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:14.335Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:14.335Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:15.221Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-08-16T08:32:15.222Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-16T08:32:15.222Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:32:15.222Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:15.224Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:15.224Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102735221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:15.324Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:15.325Z||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-08-16T08:32:15.325Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:15.340Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:15.341Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:16.225Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-08-16T08:32:16.225Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-16T08:32:16.226Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:32:16.226Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:16.228Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:16.228Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102736225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:16.329Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T08:32:16.330Z||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-08-16T08:32:16.330Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:16.342Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:16.343Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:32:17.229Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-08-16T08:32:17.230Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-16T08:32:17.230Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:32:17.230Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:17.232Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:17.232Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102737229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:17.332Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:17.333Z||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-08-16T08:32:17.333Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:17.346Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:17.347Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:32:18.233Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-16T08:32:18.233Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-16T08:32:18.233Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:32:18.234Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:32:18.236Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:32:18.236Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102738233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:18.336Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:32:18.337Z||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-08-16T08:32:18.337Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:32:18.348Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:18.349Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:32:19.237Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4f94f11-ba43-4655-b1e5-509d18172a40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:32:19.246Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4f94f11-ba43-4655-b1e5-509d18172a40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:32:19.248Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:32:19.248Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:32:19.248Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:32:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:32:46.302Z||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-08-16T08:32:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:32:46.337Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:32:46.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102647160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "clamp",
  "timestamp": 1629102648164,
  "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-08-16T08:32:46.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:32:46.349Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-08-16T08:32:46.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102646298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102658752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102660866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102662922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102664027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102665029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102666032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102667036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "dcae-sch",
  "timestamp": 1629102667496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102668978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102680752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.385Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102672739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102681756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "policy-id",
  "timestamp": 1629102682759,
  "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-08-16T08:32:46.414Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4f94f11-ba43-4655-b1e5-509d18172a40
2021-08-16T08:32:46.414Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:32:46.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102675057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102675842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102686862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "cds",
  "timestamp": 1629102687871,
  "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-08-16T08:32:46.433Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4f94f11-ba43-4655-b1e5-509d18172a40
2021-08-16T08:32:46.433Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:32:46.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102689261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102691824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102683804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102684006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102693999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102694811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102694896,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102695701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102696749,
  "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-08-16T08:32:46.460Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4f94f11-ba43-4655-b1e5-509d18172a40
2021-08-16T08:32:46.460Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:32:46.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102697320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102697757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102689452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:32:46.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:32:46.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102698325,
  "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-08-16T08:32:46.472Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4f94f11-ba43-4655-b1e5-509d18172a40
2021-08-16T08:32:46.472Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:32:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102698404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:32:46.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102704432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:32:46.480Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:32:46.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:32:46.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "aai-ml",
  "timestamp": 1629102705435,
  "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-08-16T08:32:46.485Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4f94f11-ba43-4655-b1e5-509d18172a40
2021-08-16T08:32:46.485Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:32:49.250Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4f94f11-ba43-4655-b1e5-509d18172a40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:32:49.291Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4f94f11-ba43-4655-b1e5-509d18172a40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:32:49.294Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:32:49.294Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:32:49.294Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:32:49.295Z|d4f94f11-ba43-4655-b1e5-509d18172a40|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-08-16T08:32:49.310Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:33:19.311Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:33:19.328Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4f94f11-ba43-4655-b1e5-509d18172a40 and serviceModelVersionId: 2a037c9b-1e24-41ed-94d3-443f0e97c64c
2021-08-16T08:33:19.329Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 350438cc-8149-4221-99dd-f4666ef20077
2021-08-16T08:33:19.330Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0
2021-08-16T08:33:19.339Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:33:19.405Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0|INFO|500||Invoke
2021-08-16T08:33:19.406Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4f94f11-ba43-4655-b1e5-509d18172a40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6b0021d-627f-4004-a334-1faff1c8c6bb], X-ECOMP-RequestID=[d4f94f11-ba43-4655-b1e5-509d18172a40], X-TransactionId=[], X-ONAP-RequestID=[d4f94f11-ba43-4655-b1e5-509d18172a40], Content-Type=[application/merge-patch+json]}
2021-08-16T08:33:19.433Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:33:19.756Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?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/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-08:33:19:441-77332], vertex-id=[286808], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:33:19 GMT], Content-Type=[application/json]}
2021-08-16T08:33:19.757Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:33:19.758Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/350438cc-8149-4221-99dd-f4666ef20077/model-vers/model-ver/2a037c9b-1e24-41ed-94d3-443f0e97c64c?depth=0|INFO|500||InvokeReturn
2021-08-16T08:33:19.758Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:33:19.760Z|d4f94f11-ba43-4655-b1e5-509d18172a40|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-08-16T08:33:19.764Z|d4f94f11-ba43-4655-b1e5-509d18172a40|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-08-16T08:33:19.766Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4f94f11-ba43-4655-b1e5-509d18172a40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:33:19.766Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:33:19.766Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:19.770Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:19.770Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102799766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:33:19.870Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:19.872Z||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-08-16T08:33:19.873Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:19.890Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:19.891Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T08:33:20.786Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:33:20.786Z|d4f94f11-ba43-4655-b1e5-509d18172a40|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-08-16T08:33:20.786Z|d4f94f11-ba43-4655-b1e5-509d18172a40|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:33:21.421Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:21.421Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:33:21.421Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"55d24632-eb7c-46c7-80af-e1969bccfc9a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ac2212ff-2234-47c7-bf25-409ed7bb4501","serviceDescription":"service","serviceInvariantUUID":"a273e3d9-2fdc-4b75-9928-ebad006df3be","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d834d8f5-9e4d-41af-86a6-b9a446941d1f","resourceInvariantUUID":"116d7475-ebd4-444c-b9f4-cc0ffea51e21","resourceCustomizationUUID":"70c824f1-1e8e-4b6a-9b39-9f282e58dc84","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":"1c9f736c-fdd9-4ea7-ac3e-3b8a9e8d8d73","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":"ODA2MDI2YTIzNDk3ZmY4YTYyNWQ3ZjJkNDY0MWNmMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fae7917-e55b-40c8-b3de-de4d9ce2867f","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":"NzgwNmNiMTY4ODg5ZjRmNDY3M2UwY2Q4NWRjOWFiZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfa1a462-6dfe-4c4d-8d86-ba86aec8682b","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":"8c590e77-da7f-4a79-8744-39e0896d875a","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":"cb6c0cd8-9fbd-4e7a-b7e9-710bef185c44","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":"38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4","artifactVersion":"2","generatedFromUUID":"8c590e77-da7f-4a79-8744-39e0896d875a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjUwYjAwYjc1YTk0OWYxNzQ2ZGFjMjA4MmU3MDg0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc99ef30-dd50-4764-af90-915f332ecf3d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTYyMzIyNmUwMjA4YzdkOTQwNWI1NjZlZTgwOTQ5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67cead6b-28b5-4f13-ae0c-621816e1e0ad","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:33:21.424Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:21.424Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:21.426Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:21.426Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:21.527Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:21.528Z||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-08-16T08:33:21.529Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:21.541Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:21.541Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:22.431Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:22.432Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:22.434Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:22.434Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:22.534Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:22.535Z||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-08-16T08:33:22.535Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:22.557Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:22.558Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:23.435Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:23.436Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:23.438Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:23.438Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:33:23.538Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:23.539Z||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-08-16T08:33:23.539Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:23.553Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:23.554Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:24.438Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:24.439Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:24.441Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:24.441Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:33:24.541Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:24.542Z||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-08-16T08:33:24.542Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:24.552Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:24.552Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:25.442Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:25.443Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:25.445Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:25.445Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:25.545Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:25.546Z||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-08-16T08:33:25.546Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:25.555Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:25.556Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:26.446Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:26.447Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:26.449Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:26.449Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-16T08:33:26.549Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:26.549Z||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-08-16T08:33:26.550Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:26.561Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:26.562Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:27.449Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:27.450Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:27.452Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:27.452Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:27.552Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:27.553Z||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-08-16T08:33:27.553Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:27.562Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:27.563Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:33:28.453Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:33:28.453Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:28.455Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:28.455Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:33:28.556Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:28.556Z||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-08-16T08:33:28.556Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:28.568Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:28.568Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:33:29.457Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ac2212ff-2234-47c7-bf25-409ed7bb4501",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a273e3d9-2fdc-4b75-9928-ebad006df3be",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "70c824f1-1e8e-4b6a-9b39-9f282e58dc84",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d834d8f5-9e4d-41af-86a6-b9a446941d1f",
      "resourceInvariantUUID": "116d7475-ebd4-444c-b9f4-cc0ffea51e21",
      "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": "NzgwNmNiMTY4ODg5ZjRmNDY3M2UwY2Q4NWRjOWFiZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cfa1a462-6dfe-4c4d-8d86-ba86aec8682b",
          "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": "8c590e77-da7f-4a79-8744-39e0896d875a",
          "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": "38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4",
            "generatedFromUUID": "8c590e77-da7f-4a79-8744-39e0896d875a"
          },
          "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": "38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTYyMzIyNmUwMjA4YzdkOTQwNWI1NjZlZTgwOTQ5NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67cead6b-28b5-4f13-ae0c-621816e1e0ad"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:33:29.457Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:33:29.458Z|d4f94f11-ba43-4655-b1e5-509d18172a40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac2212ff-2234-47c7-bf25-409ed7bb4501 ASDC
2021-08-16T08:33:29.459Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:55d24632-eb7c-46c7-80af-e1969bccfc9a
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ac2212ff-2234-47c7-bf25-409ed7bb4501
ServiceInvariantUUID:a273e3d9-2fdc-4b75-9928-ebad006df3be
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:67cead6b-28b5-4f13-ae0c-621816e1e0ad
ArtifactChecksum:OTYyMzIyNmUwMjA4YzdkOTQwNWI1NjZlZTgwOTQ5NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:70c824f1-1e8e-4b6a-9b39-9f282e58dc84
ResourceInvariantUUID:116d7475-ebd4-444c-b9f4-cc0ffea51e21
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d834d8f5-9e4d-41af-86a6-b9a446941d1f
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:cfa1a462-6dfe-4c4d-8d86-ba86aec8682b
ArtifactChecksum:NzgwNmNiMTY4ODg5ZjRmNDY3M2UwY2Q4NWRjOWFiZDI=
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:8c590e77-da7f-4a79-8744-39e0896d875a
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:38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4
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:38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-16T08:33:29.459Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac2212ff-2234-47c7-bf25-409ed7bb4501 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-08-16T08:33:29.488Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:33:29.489Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:33:29.489Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:33:29.489Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 67cead6b-28b5-4f13-ae0c-621816e1e0ad from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-16T08:33:29.489Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:33:29.490Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-16T08:33:32.089Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:33:32.094Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 67cead6b-28b5-4f13-ae0c-621816e1e0ad 73361
2021-08-16T08:33:32.094Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-16T08:33:32.095Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-16T08:33:32.095Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:33:32.095Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:32.097Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:32.098Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102812094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:32.198Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:32.199Z||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-08-16T08:33:32.199Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:32.213Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:32.214Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:33.098Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:33:33.099Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:33:33.099Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 67cead6b-28b5-4f13-ae0c-621816e1e0ad, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:33.100Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-16T08:33:33.100Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:33.100Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:33.258Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12020409542023951891/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-08-16T08:33:34.516Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:33:34.517Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:33:34.517Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.517Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-16T08:33:34.518Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.518Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.518Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.518Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.518Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.518Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.519Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.519Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.519Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-16T08:33:34.519Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:33:34.520Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.520Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.520Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:34.521Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:33:34.521Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:33:34.521Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.521Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.522Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-16T08:33:34.523Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-16T08:33:34.523Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-16T08:33:34.523Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-16T08:33:34.523Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:33:34.523Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:33:34.524Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.524Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:33:34.524Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.524Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:34.524Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:33:34.525Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.525Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:34.525Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:33:34.525Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.526Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:34.526Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:33:34.530Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.530Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-16T08:33:34.530Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T08:33:34.530Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:33:34.530Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c334ddc-fb6b-4c4e-957a-1c88d343fd61
2021-08-16T08:33:34.530Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:34.531Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ac2212ff-2234-47c7-bf25-409ed7bb4501
Model Version:NULL
Model InvariantUuid:a273e3d9-2fdc-4b75-9928-ebad006df3be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:4c7ecd80-8a6d-407d-93de-b99a33a305d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:116d7475-ebd4-444c-b9f4-cc0ffea51e21
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:70c824f1-1e8e-4b6a-9b39-9f282e58dc84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:58d34902-f8c9-493b-8751-79540d4d3a1e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:e430fe41-c8f2-42fa-bb79-ca97a7575bcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c334ddc-fb6b-4c4e-957a-1c88d343fd61
ModelInvariantUuid:8b2990f0-4d91-40e5-bdd9-9563bc5ff4af
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:88eea93d-48aa-4500-b00c-c985f555f985
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0e43f19a-e3e3-400c-a75a-9508f4a226a8
ModelInvariantUuid:3cb912a4-d798-451e-be58-3ae95a4a1a6c
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:0e17a7af-5637-4ac1-8114-12e18897e6ae
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-08-16T08:33:34.538Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d834d8f5-9e4d-41af-86a6-b9a446941d1f
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-08-16T08:33:34.541Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-08-16T08:33:34.541Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d834d8f5-9e4d-41af-86a6-b9a446941d1f
2021-08-16T08:33:34.541Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cfa1a462-6dfe-4c4d-8d86-ba86aec8682b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-16T08:33:34.541Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:33:34.542Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-16T08:33:35.502Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:33:35.502Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json cfa1a462-6dfe-4c4d-8d86-ba86aec8682b 790
2021-08-16T08:33:35.503Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-16T08:33:35.503Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-16T08:33:35.503Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:33:35.503Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:35.504Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:35.505Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102815503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:35.605Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:35.605Z||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-08-16T08:33:35.605Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:35.618Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:35.618Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:36.505Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "58d34902-f8c9-493b-8751-79540d4d3a1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e430fe41-c8f2-42fa-bb79-ca97a7575bcf",
    "vfModuleModelCustomizationUUID": "af59bbe6-8fbf-4a5e-8dac-dc78c65a3306",
    "isBase": true,
    "artifacts": [
      "8c590e77-da7f-4a79-8744-39e0896d875a",
      "38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4"
    ],
    "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-08-16T08:33:36.509Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e430fe41-c8f2-42fa-bb79-ca97a7575bcf
VfModuleModelInvariantUUID:58d34902-f8c9-493b-8751-79540d4d3a1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c590e77-da7f-4a79-8744-39e0896d875a
,
38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4

}
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-08-16T08:33:36.511Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "58d34902-f8c9-493b-8751-79540d4d3a1e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e430fe41-c8f2-42fa-bb79-ca97a7575bcf",
    "vfModuleModelCustomizationUUID": "af59bbe6-8fbf-4a5e-8dac-dc78c65a3306",
    "isBase": true,
    "artifacts": [
      "8c590e77-da7f-4a79-8744-39e0896d875a",
      "38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4"
    ],
    "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-08-16T08:33:36.511Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e430fe41-c8f2-42fa-bb79-ca97a7575bcf
VfModuleModelInvariantUUID:58d34902-f8c9-493b-8751-79540d4d3a1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c590e77-da7f-4a79-8744-39e0896d875a
,
38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4

}
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-08-16T08:33:36.511Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c590e77-da7f-4a79-8744-39e0896d875a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-16T08:33:36.511Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:33:36.512Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-16T08:33:36.909Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:33:36.910Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8c590e77-da7f-4a79-8744-39e0896d875a 5033
2021-08-16T08:33:36.910Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T08:33:36.910Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-16T08:33:36.910Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:33:36.911Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:36.912Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:36.913Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102816910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:37.012Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:33:37.013Z||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-08-16T08:33:37.013Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:37.024Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:37.024Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:37.913Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-16T08:33:37.914Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:33:37.914Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-16T08:33:38.587Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:33:38.588Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 38c6cbbe-4e50-4b5d-9b3e-f8c6b48d45e4 909
2021-08-16T08:33:38.588Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T08:33:38.588Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-16T08:33:38.588Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:33:38.588Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:38.590Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:38.591Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102818588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:38.691Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:38.691Z||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-08-16T08:33:38.691Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:38.705Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:38.705Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:39.591Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ac2212ff-2234-47c7-bf25-409ed7bb4501
2021-08-16T08:33:39.592Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d834d8f5-9e4d-41af-86a6-b9a446941d1f 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-08-16T08:33:39.607Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.608Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.608Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-08-16T08:33:39.608Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 70c824f1-1e8e-4b6a-9b39-9f282e58dc84
2021-08-16T08:33:39.609Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70c824f1-1e8e-4b6a-9b39-9f282e58dc84 matches Tosca VF Customization UUID: 70c824f1-1e8e-4b6a-9b39-9f282e58dc84
2021-08-16T08:33:39.609Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 70c824f1-1e8e-4b6a-9b39-9f282e58dc84  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-08-16T08:33:39.611Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.611Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.612Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 70c824f1-1e8e-4b6a-9b39-9f282e58dc84: {\"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-08-16T08:33:39.612Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33f67153
2021-08-16T08:33:39.612Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.613Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:33:39.613Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af59bbe6-8fbf-4a5e-8dac-dc78c65a3306
2021-08-16T08:33:39.613Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af59bbe6-8fbf-4a5e-8dac-dc78c65a3306
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-08-16T08:33:39.615Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.615Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:39.616Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:33:39.616Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.616Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:39.616Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:33:39.616Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.616Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-16T08:33:39.617Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T08:33:39.617Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:33:39.617Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c334ddc-fb6b-4c4e-957a-1c88d343fd61
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-08-16T08:33:39.619Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.619Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:39.619Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:33:39.619Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.619Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-16T08:33:39.619Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=70c824f1-1e8e-4b6a-9b39-9f282e58dc84
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-08-16T08:33:39.621Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.621Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.621Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ac2212ff-2234-47c7-bf25-409ed7bb4501: basicclamp
2021-08-16T08:33:39.621Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.621Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.622Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.622Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.622Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.622Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.622Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.622Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.623Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:33:39.623Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:33:39.623Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T08:33:39.693Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d834d8f5-9e4d-41af-86a6-b9a446941d1f 1 ASDC deployResourceStructure
2021-08-16T08:33:39.693Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-16T08:33:39.693Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-16T08:33:39.693Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:33:39.693Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:39.695Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:39.695Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102819693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:39.795Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:39.796Z||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-08-16T08:33:39.796Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:39.811Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:39.812Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:33:40.696Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T08:33:40.696Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-16T08:33:40.696Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:33:40.697Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:40.698Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:40.699Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102820696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:40.798Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:33:40.799Z||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-08-16T08:33:40.799Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:40.811Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:40.811Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:33:41.700Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T08:33:41.700Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-16T08:33:41.700Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:33:41.700Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:41.702Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:41.702Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102821699,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:41.802Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:41.803Z||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-08-16T08:33:41.803Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:41.814Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:41.815Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:33:42.702Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-16T08:33:42.703Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-16T08:33:42.703Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:33:42.703Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:33:42.705Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:33:42.705Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102822702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:42.805Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:33:42.806Z||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-08-16T08:33:42.806Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:33:42.816Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:42.816Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:33:43.706Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:33:43.714Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:33:43.716Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:33:43.716Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:33:43.716Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:33:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:33:46.301Z||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-08-16T08:33:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:33:46.334Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:33:46.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-16T08:33:46.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102714179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102706298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102716193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102716722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "clamp",
  "timestamp": 1629102717198,
  "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-08-16T08:33:46.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4f94f11-ba43-4655-b1e5-509d18172a40
2021-08-16T08:33:46.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4f94f11-ba43-4655-b1e5-509d18172a40 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-08-16T08:33:46.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102719778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102722279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102724136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102728724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102732097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102733215,
  "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-08-16T08:33:46.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102734218,
  "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-08-16T08:33:46.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102735221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:46.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102736225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:46.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102737229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:46.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:33:46.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:33:46.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102738233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:33:46.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:13.717Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:34:13.734Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:34:13.735Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:34:13.736Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:34:13.736Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:34:43.736Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:34:43.758Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:34:43.768Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:34:43.768Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:34:43.769Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:34:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:34:46.303Z||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-08-16T08:34:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:34:46.340Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:34:46.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102787497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102788978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4f94f11-ba43-4655-b1e5-509d18172a40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102799766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629102792736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102800463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102801470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "policy-id",
  "timestamp": 1629102802474,
  "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-08-16T08:34:46.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:34:46.362Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:34:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102795059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102795841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102803835,
  "artifactURL": "/sdc/v1/catalog/services/ac2212ff-2234-47c7-bf25-409ed7bb4501/resourceInstances/basicclamp0/artifacts/1c9f736c-fdd9-4ea7-ac3e-3b8a9e8d8d73",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102804653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102805132,
  "artifactURL": "/sdc/v1/catalog/services/ac2212ff-2234-47c7-bf25-409ed7bb4501/resourceInstances/basicclamp0/artifacts/1c9f736c-fdd9-4ea7-ac3e-3b8a9e8d8d73",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "cds",
  "timestamp": 1629102805662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T08:34:46.381Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:34:46.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:34:46.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102805749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "dcae-sch",
  "timestamp": 1629102806136,
  "artifactURL": "/sdc/v1/catalog/services/ac2212ff-2234-47c7-bf25-409ed7bb4501/resourceInstances/basicclamp0/artifacts/1c9f736c-fdd9-4ea7-ac3e-3b8a9e8d8d73",
  "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-08-16T08:34:46.394Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:34:46.394Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:34:46.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102800786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102811431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102803803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102804006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102812094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102813464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102813506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102813725,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102814540,
  "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-08-16T08:34:46.414Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:34:46.414Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:34:46.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102815503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629102815546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102816283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102816910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102809452,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:34:46.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629102817287,
  "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-08-16T08:34:46.426Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:34:46.426Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:34:46.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102818588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:34:46.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102819693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102820696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102821699,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102822427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102822702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:34:46.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "aai-ml",
  "timestamp": 1629102823431,
  "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-08-16T08:34:46.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:34:46.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:35:13.769Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:35:13.783Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:35:13.786Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:35:13.786Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:35:13.787Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:35:13.787Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:35:13.787Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:35:13.787Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:35:13.787Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:35:13.787Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:35:13.788Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:35:13.788Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:35:13.788Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:35:13.793Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:35:43.794Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:35:43.805Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55d24632-eb7c-46c7-80af-e1969bccfc9a and serviceModelVersionId: ac2212ff-2234-47c7-bf25-409ed7bb4501
2021-08-16T08:35:43.805Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a273e3d9-2fdc-4b75-9928-ebad006df3be
2021-08-16T08:35:43.807Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a273e3d9-2fdc-4b75-9928-ebad006df3be/model-vers/model-ver/ac2212ff-2234-47c7-bf25-409ed7bb4501?depth=0
2021-08-16T08:35:43.815Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:35:43.865Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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/a273e3d9-2fdc-4b75-9928-ebad006df3be/model-vers/model-ver/ac2212ff-2234-47c7-bf25-409ed7bb4501?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-08-16T08:35:43.867Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a273e3d9-2fdc-4b75-9928-ebad006df3be/model-vers/model-ver/ac2212ff-2234-47c7-bf25-409ed7bb4501?depth=0|INFO|500||Invoke
2021-08-16T08:35:43.898Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a273e3d9-2fdc-4b75-9928-ebad006df3be/model-vers/model-ver/ac2212ff-2234-47c7-bf25-409ed7bb4501?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:35:44.240Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a273e3d9-2fdc-4b75-9928-ebad006df3be/model-vers/model-ver/ac2212ff-2234-47c7-bf25-409ed7bb4501?depth=0|INFO|500||InvokeReturn
2021-08-16T08:35:44.241Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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/a273e3d9-2fdc-4b75-9928-ebad006df3be/model-vers/model-ver/ac2212ff-2234-47c7-bf25-409ed7bb4501?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-08:35:43:909-34078], vertex-id=[237808], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:35:43 GMT], Content-Type=[application/json]}
2021-08-16T08:35:44.242Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:35:44.242Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:35:44.242Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:35:44.249Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:35:44.249Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55d24632-eb7c-46c7-80af-e1969bccfc9a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:35:44.249Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:35:44.250Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:35:44.253Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:35:44.253Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102944249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:35:44.353Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:35:44.355Z||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-08-16T08:35:44.355Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:35:44.380Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:35:44.380Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 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-08-16T08:35:45.266Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:35:45.267Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:35:45.267Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:35:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:35:46.302Z||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-08-16T08:35:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:35:46.323Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:35:46.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:35:46.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102827203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:35:46.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:35:46.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:35:46.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102828218,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:35:46.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:35:46.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:35:46.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102830261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:35:46.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:35:46.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:35:46.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102831264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-16T08:35:46.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:35:46.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:35:46.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "clamp",
  "timestamp": 1629102832267,
  "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-08-16T08:35:46.898Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55d24632-eb7c-46c7-80af-e1969bccfc9a
2021-08-16T08:35:46.898Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55d24632-eb7c-46c7-80af-e1969bccfc9a 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-08-16T08:35:55.586Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:35:55.587Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:35:55.588Z||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-08-16T08:35:55.588Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:36:05.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:36:05.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:36:05.151Z||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-08-16T08:36:05.151Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:36:14.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:36:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:36:46.298Z||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-08-16T08:36:46.298Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:36:46.300Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:36:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:36:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:36:46.829Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:36:46.829Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-16T08:36:46.829Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55d24632-eb7c-46c7-80af-e1969bccfc9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629102944249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:36:46.830Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:36:55.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:37:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:37:46.300Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:37:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:37:46.301Z||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-08-16T08:37:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:37:46.302Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:37:55.870Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:37:55.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:38:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:38:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:38:46.302Z||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-08-16T08:38:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:38:46.302Z||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-08-16T08:38:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:38:55.859Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:38:55.864Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:39:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:39:46.300Z||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-08-16T08:39:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:39:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:39:46.301Z||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-08-16T08:39:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:39:55.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:39:55.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:40:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:40:46.299Z||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-08-16T08:40:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:40:46.300Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:40:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T08:40:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:40:55.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:40:55.898Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:41:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:41:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:41:46.302Z||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-08-16T08:41:46.302Z||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-08-16T08:41:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:41:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:41:55.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:41:55.857Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:42:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:42:46.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:42:46.302Z||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-08-16T08:42:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:42:46.302Z||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-08-16T08:42:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:42:55.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:42:55.855Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:43:46.300Z||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-08-16T08:43:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:43:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:43:46.301Z||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-08-16T08:43:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:43:46.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:46.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:46.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"57209c82-6e3f-44b1-b552-3e84cca84687","serviceName":"Demo_pNF_N4xFkoDyUee5vi28eVg4","serviceVersion":"1.0","serviceUUID":"fecd9e3d-e215-46ab-8f5e-46a5dd1a687a","serviceDescription":"catalog service description","serviceInvariantUUID":"28b4ac52-cc28-4b5d-b511-7626701342a5","resources":[{"resourceInstanceName":"pNF 2928ca28-5909 0","resourceName":"pNF 2928ca28-5909","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3971f20-df01-4b4c-9adf-04011738d995","resourceInvariantUUID":"942adf43-db5d-4603-8562-e9c6838b84cb","resourceCustomizationUUID":"93225797-63c1-4291-a478-98f56297aae0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml","artifactChecksum":"ZDcxMjM5ZmJiMTlmM2E5YTNiMzBlMzVmMWYyZGRhNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"059c985d-0df8-42ae-b873-1b07f52568bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar","artifactChecksum":"MDNhZGVkZjBjMmMyOTAzZjRiODU4MWMyMjBkMGQzMDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"108fd788-ce65-4128-9942-4f6e6f32b59f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62242157-d6eb-4f18-baf5-15c932114190","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyOTExNzVhODk4M2IxNjYzZDVhYjU0NDRhMjQwM2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93334375-f86a-43df-bf19-71c8177e402f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"411ad15c-afc9-4fde-a308-918acff4ba54","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"684960bd-3a2f-4a40-a333-433d4b794e01","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN4xfkodyuee5vi28evg4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml","artifactChecksum":"ZWU3Y2EyYjVjMTQzZmQ2YWU2NzAyZmI0NzE1ZjVhZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a824d76-0001-420a-b73c-77cb3f01fa0e","artifactVersion":"1"},{"artifactName":"service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar","artifactChecksum":"Nzk1NTE2Yzk2OGVkNjVjMzNmM2UzOWFlZDcxZDczYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8ab7e88-6bed-460e-a788-8c966cbdb984","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:43:46.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.942Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.942Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:46.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:43:46.947Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:46.947Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:47.047Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:47.048Z||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-08-16T08:43:47.048Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:47.062Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:47.062Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:43:47.947Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:47.948Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:47.949Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:47.949Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:48.050Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:48.051Z||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-08-16T08:43:48.051Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:48.061Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:48.061Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:43:48.950Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:48.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:48.953Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:48.953Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:49.053Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:49.054Z||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-08-16T08:43:49.054Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:49.070Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:49.070Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:43:49.954Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:49.954Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:49.961Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:49.962Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:50.056Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-16T08:43:50.057Z||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-08-16T08:43:50.057Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:50.068Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:50.069Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:43:50.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:50.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:50.965Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:50.965Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:51.065Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:51.066Z||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-08-16T08:43:51.066Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:51.078Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:51.078Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:43:51.966Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:51.967Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:51.968Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:51.969Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:52.069Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:52.070Z||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-08-16T08:43:52.071Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:52.083Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:52.083Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:43:52.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:52.971Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:52.973Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:52.973Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:43:53.078Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-08-16T08:43:53.079Z||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-08-16T08:43:53.079Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:53.110Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:53.110Z||pool-101-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:43:53.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:43:53.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:53.977Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:53.977Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:43:54.077Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:54.078Z||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-08-16T08:43:54.078Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:54.106Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:54.107Z||pool-102-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:43:54.979Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "serviceName": "Demo_pNF_N4xFkoDyUee5vi28eVg4",
  "serviceVersion": "1.0",
  "serviceUUID": "fecd9e3d-e215-46ab-8f5e-46a5dd1a687a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "28b4ac52-cc28-4b5d-b511-7626701342a5",
  "resources": [
    {
      "resourceInstanceName": "pNF 2928ca28-5909 0",
      "resourceCustomizationUUID": "93225797-63c1-4291-a478-98f56297aae0",
      "resourceName": "pNF 2928ca28-5909",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b3971f20-df01-4b4c-9adf-04011738d995",
      "resourceInvariantUUID": "942adf43-db5d-4603-8562-e9c6838b84cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
      "artifactChecksum": "Nzk1NTE2Yzk2OGVkNjVjMzNmM2UzOWFlZDcxZDczYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8ab7e88-6bed-460e-a788-8c966cbdb984"
    }
  ],
  "workloadContext": "Production"
}
2021-08-16T08:43:54.980Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:43:54.980Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fecd9e3d-e215-46ab-8f5e-46a5dd1a687a ASDC
2021-08-16T08:43:54.981Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:57209c82-6e3f-44b1-b552-3e84cca84687
ServiceName:Demo_pNF_N4xFkoDyUee5vi28eVg4
ServiceVersion:1.0
ServiceUUID:fecd9e3d-e215-46ab-8f5e-46a5dd1a687a
ServiceInvariantUUID:28b4ac52-cc28-4b5d-b511-7626701342a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
ArtifactUUID:d8ab7e88-6bed-460e-a788-8c966cbdb984
ArtifactChecksum:Nzk1NTE2Yzk2OGVkNjVjMzNmM2UzOWFlZDcxZDczYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2928ca28-5909 0
ResourceCustomizationUUID:93225797-63c1-4291-a478-98f56297aae0
ResourceInvariantUUID:942adf43-db5d-4603-8562-e9c6838b84cb
ResourceName:pNF 2928ca28-5909
ResourceType:PNF
ResourceUUID:b3971f20-df01-4b4c-9adf-04011738d995
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-16T08:43:54.981Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fecd9e3d-e215-46ab-8f5e-46a5dd1a687a 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-08-16T08:43:55.055Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:43:55.056Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-16T08:43:55.057Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-16T08:43:55.057Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d8ab7e88-6bed-460e-a788-8c966cbdb984 from URL: /sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:55.057Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-16T08:43:55.058Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:56.214Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-16T08:43:56.219Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar d8ab7e88-6bed-460e-a788-8c966cbdb984 82536
2021-08-16T08:43:56.219Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar ASDC sendASDCNotification
2021-08-16T08:43:56.219Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:56.220Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:43:56.220Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:56.223Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:56.223Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103436219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:43:56.323Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:56.324Z||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-08-16T08:43:56.324Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:56.345Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:56.345Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:43:57.223Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:43:57.225Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-16T08:43:57.225Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d8ab7e88-6bed-460e-a788-8c966cbdb984, URL: /sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar to file: /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:57.226Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:57.226Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:57.226Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:57.368Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8134805565749196909/Definitions/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml
2021-08-16T08:43:58.150Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2928ca28-5909 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-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.151Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.152Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.152Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-16T08:43:58.152Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.152Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.153Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Node template pNF 2928ca28-5909 0 is matching search criteria
2021-08-16T08:43:58.153Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-16T08:43:58.153Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2928ca28-5909 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:43:58.153Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.153Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.153Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Node template pNF 2928ca28-5909 0 is matching search criteria
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2928ca28-5909 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.154Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.155Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.155Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.155Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.155Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.155Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_N4xFkoDyUee5vi28eVg4
Description:catalog service description
Model UUID:fecd9e3d-e215-46ab-8f5e-46a5dd1a687a
Model Version:NULL
Model InvariantUuid:28b4ac52-cc28-4b5d-b511-7626701342a5
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-08-16T08:43:58.161Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3971f20-df01-4b4c-9adf-04011738d995
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-08-16T08:43:58.165Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||pNF 2928ca28-5909 0
2021-08-16T08:43:58.165Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3971f20-df01-4b4c-9adf-04011738d995
2021-08-16T08:43:58.165Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||No resources found for Service: fecd9e3d-e215-46ab-8f5e-46a5dd1a687a
2021-08-16T08:43:58.165Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fecd9e3d-e215-46ab-8f5e-46a5dd1a687a
2021-08-16T08:43:58.165Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2928ca28-5909 0 b3971f20-df01-4b4c-9adf-04011738d995 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-08-16T08:43:58.169Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.169Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.170Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fecd9e3d-e215-46ab-8f5e-46a5dd1a687a: pNF 2928ca28-5909
2021-08-16T08:43:58.170Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Processing PNF resource: b3971f20-df01-4b4c-9adf-04011738d995
2021-08-16T08:43:58.170Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-16T08:43:58.170Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_N4xFkoDyUee5vi28eVg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:43:58.170Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||Resource customization UUID: 93225797-63c1-4291-a478-98f56297aae0 is the same as notified resource customizationUUID: 93225797-63c1-4291-a478-98f56297aae0
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-08-16T08:43:58.214Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2928ca28-5909 b3971f20-df01-4b4c-9adf-04011738d995 0 ASDC deployResourceStructure
2021-08-16T08:43:58.215Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar ASDC sendASDCNotification
2021-08-16T08:43:58.215Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar
2021-08-16T08:43:58.215Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:43:58.215Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:43:58.217Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:43:58.217Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103438215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:43:58.318Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:43:58.319Z||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-08-16T08:43:58.319Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:43:58.334Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:43:58.335Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:43:59.218Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:43:59.229Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:43:59.234Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:43:59.234Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:43:59.235Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:44:29.235Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:44:29.268Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:44:29.271Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:44:29.271Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:44:29.271Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:44:46.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:44:46.307Z||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-08-16T08:44:46.307Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:44:46.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:44:46.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:44:46.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103410058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:44:46.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:44:59.271Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:44:59.286Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:44:59.287Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:44:59.287Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:44:59.288Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:45:29.288Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:45:29.321Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:45:29.326Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:45:29.326Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:45:29.326Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:45:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:45:46.303Z||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-08-16T08:45:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:45:46.842Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:45:46.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629103415841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:45:46.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103412737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103431141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103431324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "cds",
  "timestamp": 1629103432148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-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-08-16T08:45:46.860Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57209c82-6e3f-44b1-b552-3e84cca84687
2021-08-16T08:45:46.860Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:45:46.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103432517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-16T08:45:46.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629103433528,
  "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-08-16T08:45:46.895Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 57209c82-6e3f-44b1-b552-3e84cca84687
2021-08-16T08:45:46.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:45:46.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103426298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "dcae-sch",
  "timestamp": 1629103427498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103436219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103428979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:45:46.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103438215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103438371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103439378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "policy-id",
  "timestamp": 1629103440382,
  "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-08-16T08:45:46.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57209c82-6e3f-44b1-b552-3e84cca84687
2021-08-16T08:45:46.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:45:46.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103433804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103434005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:45:46.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103443157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103443458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/resourceInstances/pnf2928ca2859090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103445519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:45:46.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-16T08:45:46.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629103446522,
  "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-08-16T08:45:46.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57209c82-6e3f-44b1-b552-3e84cca84687
2021-08-16T08:45:46.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:45:46.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103439453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-16T08:45:46.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-16T08:45:46.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103450999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:45:46.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "aai-ml",
  "timestamp": 1629103452002,
  "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-08-16T08:45:46.967Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57209c82-6e3f-44b1-b552-3e84cca84687
2021-08-16T08:45:46.967Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:45:46.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103453327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103455338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN4xfkodyuee5vi28evg4/1.0/artifacts/service-DemoPnfN4xfkodyuee5vi28evg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:45:46.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "clamp",
  "timestamp": 1629103456341,
  "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-08-16T08:45:46.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57209c82-6e3f-44b1-b552-3e84cca84687
2021-08-16T08:45:46.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:45:59.327Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-16T08:45:59.359Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-16T08:45:59.378Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:45:59.378Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:45:59.378Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:45:59.378Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-16T08:45:59.379Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T08:45:59.384Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:46:29.385Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57209c82-6e3f-44b1-b552-3e84cca84687 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-08-16T08:46:29.429Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57209c82-6e3f-44b1-b552-3e84cca84687 and serviceModelVersionId: fecd9e3d-e215-46ab-8f5e-46a5dd1a687a
2021-08-16T08:46:29.429Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b4ac52-cc28-4b5d-b511-7626701342a5
2021-08-16T08:46:29.431Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b4ac52-cc28-4b5d-b511-7626701342a5/model-vers/model-ver/fecd9e3d-e215-46ab-8f5e-46a5dd1a687a?depth=0
2021-08-16T08:46:29.439Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:46:29.489Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28b4ac52-cc28-4b5d-b511-7626701342a5/model-vers/model-ver/fecd9e3d-e215-46ab-8f5e-46a5dd1a687a?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-08-16T08:46:29.491Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28b4ac52-cc28-4b5d-b511-7626701342a5/model-vers/model-ver/fecd9e3d-e215-46ab-8f5e-46a5dd1a687a?depth=0|INFO|500||Invoke
2021-08-16T08:46:29.521Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28b4ac52-cc28-4b5d-b511-7626701342a5/model-vers/model-ver/fecd9e3d-e215-46ab-8f5e-46a5dd1a687a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-16T08:46:30.490Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28b4ac52-cc28-4b5d-b511-7626701342a5/model-vers/model-ver/fecd9e3d-e215-46ab-8f5e-46a5dd1a687a?depth=0|INFO|500||InvokeReturn
2021-08-16T08:46:30.497Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/28b4ac52-cc28-4b5d-b511-7626701342a5/model-vers/model-ver/fecd9e3d-e215-46ab-8f5e-46a5dd1a687a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-08:46:29:532-3756], vertex-id=[270568], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:46:29 GMT], Content-Type=[application/json]}
2021-08-16T08:46:30.497Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:46:30.498Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:46:30.498Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T08:46:30.503Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16T08:46:30.503Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57209c82-6e3f-44b1-b552-3e84cca84687 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:46:30.503Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:46:30.504Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:46:30.507Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:46:30.507Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103590503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:46:30.608Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T08:46:30.610Z||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-08-16T08:46:30.610Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:46:30.621Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:46:30.622Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 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-08-16T08:46:31.532Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:46:31.532Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:46:31.532Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:46:41.774Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:46:41.775Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:46:41.776Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:46:41.776Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:46:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:46:46.301Z||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-08-16T08:46:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:46:46.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:46:46.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:46:46.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57209c82-6e3f-44b1-b552-3e84cca84687",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629103590503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:46:46.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:46:51.333Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:46:51.334Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:46:51.335Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:46:51.335Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:47:01.009Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:47:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:47:46.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:47:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:47:46.301Z||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-08-16T08:47:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:47:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:47:55.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:47:55.892Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:48:46.299Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:48:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:48:46.302Z||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-08-16T08:48:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:48:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:48:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:48:55.869Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:48:55.890Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:49:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:49:46.300Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:49:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:49:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:49:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:49:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:49:55.863Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:49:55.885Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:50:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:50:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:50:46.302Z||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-08-16T08:50:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:50:46.306Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:50:46.307Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:50:55.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:50:55.908Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:51:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:51:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:51:46.302Z||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-08-16T08:51:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:51:46.303Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:51:46.303Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:51:55.864Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:51:55.896Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:52:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:52:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:52:46.302Z||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-08-16T08:52:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:52:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:52:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:52:55.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:52:55.867Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:53:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:53:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:53:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:53:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:53:46.301Z||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-08-16T08:53:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:53:55.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:53:55.872Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:54:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:54:46.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:54:46.301Z||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-08-16T08:54:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:54:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:54:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:54:55.865Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:54:55.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:55:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:55:46.300Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:55:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:55:46.300Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:55:46.301Z||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-08-16T08:55:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:55:55.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:55:55.886Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:56:46.298Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:56:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:56:46.300Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:56:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:56:46.301Z||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-08-16T08:56:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:56:55.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:56:55.855Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:57:46.299Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:57:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:57:46.302Z||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-08-16T08:57:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T08:57:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:57:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:57:55.865Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:57:55.867Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:58:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:58:46.300Z||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-08-16T08:58:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:58:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:58:46.301Z||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-08-16T08:58:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:58:55.864Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:58:55.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:59:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:59:46.300Z||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-08-16T08:59:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:59:46.300Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:59:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T08:59:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:59:55.853Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T08:59:55.853Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:00:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:00:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:00:46.302Z||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-08-16T09:00:46.302Z||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-08-16T09:00:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:00:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:00:55.870Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:00:55.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:01:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:01:46.300Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:01:46.302Z||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-08-16T09:01:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T09:01:46.302Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:01:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:01:55.859Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:01:55.859Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:02:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:02:46.300Z||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-08-16T09:02:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:02:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:02:46.301Z||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-08-16T09:02:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:02:55.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:02:55.874Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:03:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:03:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:03:46.301Z||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-08-16T09:03:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T09:03:46.302Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:03:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:03:55.863Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:03:55.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:04:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:04:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:04:46.303Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:04:46.303Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:04:46.303Z||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-08-16T09:04:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:04:55.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:04:55.862Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:05:46.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:05:46.300Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:05:46.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:05:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:05:46.302Z||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-08-16T09:05:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:05:55.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:05:55.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:06:46.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:06:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:06:46.302Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:06:46.302Z||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-08-16T09:06:46.302Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:06:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:06:55.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:06:55.865Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:07:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:07:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:07:46.301Z||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-08-16T09:07:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T09:07:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:07:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:07:55.863Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:07:55.868Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:08:46.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:08:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:08:46.301Z||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-08-16T09:08:46.301Z||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-08-16T09:08:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:08:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:08:55.870Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:08:55.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:09:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:09:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:09:46.301Z||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-08-16T09:09:46.301Z||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-08-16T09:09:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:09:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:09:55.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:09:55.867Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:10:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:10:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:10:46.302Z||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-08-16T09:10:46.302Z||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-08-16T09:10:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:10:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:10:55.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:10:55.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:11:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:11:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:11:46.303Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T09:11:46.303Z||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-08-16T09:11:46.303Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:11:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:11:55.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:11:55.900Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:12:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:12:46.299Z||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-08-16T09:12:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:12:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:12:46.301Z||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-08-16T09:12:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:12:55.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:12:55.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:13:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:13:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:13:46.301Z||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-08-16T09:13:46.301Z||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-08-16T09:13:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:13:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:13:55.856Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:13:55.863Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:14:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:14:46.300Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:14:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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-08-16T09:14:46.301Z||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-08-16T09:14:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:14:46.301Z|57209c82-6e3f-44b1-b552-3e84cca84687|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:14:55.854Z|57209c82-6e3f-44b1-b552-3e84cca84687|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:14:55.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:15:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:15:46.300Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:15:46.302Z||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-08-16T09:15:46.302Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-08-16T09:15:46.302Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:15:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:15:55.858Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:15:55.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:16:46.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:16:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:16:46.302Z||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-08-16T09:16:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:16:46.302Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T09:16:46.303Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:16:55.871Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:16:55.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:17:46.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:17:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:17:46.301Z||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-08-16T09:17:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:17:46.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:17:46.301Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:17:55.865Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:17:55.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:18:46.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:18:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:18:46.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:18:46.301Z||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-08-16T09:18:46.301Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:18:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:18:55.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:18:55.877Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:19:46.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:19:46.300Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:19:46.300Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:19:46.300Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:19:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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-08-16T09:19:46.301Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|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 DddzYQv3lFYPupEf) ...
2021-08-16T09:19:55.858Z|55d24632-eb7c-46c7-80af-e1969bccfc9a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:19:55.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:20:46.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:20:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:20:46.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:20:46.301Z||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-08-16T09:20:46.301Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:20:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:20:55.866Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:20:55.874Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:21:46.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:21:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T09:21:46.302Z||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-08-16T09:21:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T09:21:46.302Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T09:21:46.302Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T09:21:55.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-16T09:21:55.869Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK