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)

2022-05-25T09:04:43.783Z||main|||||INFO|500||The following profiles are active: basic
2022-05-25T09:04:51.289Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-25T09:04:51.289Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-25T09:04:51.420Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-25T09:04:54.256Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-25T09:04:54.606Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-25T09:04:54.906Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-25T09:04:54.913Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-25T09:04:54.998Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-25T09:04:55.182Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-25T09:04:55.574Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T09:04:56.992Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T09:04:58.441Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T09:04:58.477Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-25T09:04:58.965Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T09:04:59.080Z||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.
2022-05-25T09:04:59.668Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T09:05:00.383Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-25T09:05:00.400Z||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$$2538ded1.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)
2022-05-25T09:05:00.401Z||main|||||WARN|500||The sdc end point is not alive
2022-05-25T09:05:02.257Z||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
2022-05-25T09:05:04.143Z||main|||||WARN|500||---
2022-05-25T09:05:04.144Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-25T09:05:04.144Z||main|||||WARN|500||---
2022-05-25T09:05:04.470Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-25T09:05:08.233Z||main|||||INFO|500||Started Application in 26.543 seconds (JVM running for 28.391)
2022-05-25T09:05:08.245Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-25T09:05:08.247Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-25T09:05:08.254Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-25T09:05:08.274Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-25T09:05:08.304Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5488cd9a-eeec-4869-81cd-24357141d358 url= /sdc/v1/artifactTypes
2022-05-25T09:05:08.305Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-25T09:05:08.487Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-25T09:05:08.510Z||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
2022-05-25T09:05:08.529Z||scheduling-1|||||DEBUG|500||create keys
2022-05-25T09:05:08.537Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-25T09:05:08.604Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:05:08.617Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 911ca36d-3122-4082-aad7-b4e910b30980 url= /sdc/v1/registerForDistribution
2022-05-25T09:05:08.832Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 911ca36d-3122-4082-aad7-b4e910b30980 url= /sdc/v1/registerForDistribution
2022-05-25T09:05:08.832Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-25T09:05:08.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:05:08.868Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:05:08.875Z||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.
2022-05-25T09:05:08.875Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:05:08.875Z||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.
2022-05-25T09:05:08.875Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:05:08.875Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-25T09:05:19.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:05:19.319Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:06:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:06:08.841Z||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.
2022-05-25T09:06:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:06:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:06:08.842Z||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.
2022-05-25T09:06:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:06:18.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:06:18.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:07:08.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:07:08.840Z||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.
2022-05-25T09:07:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:07:08.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:07:08.843Z||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.
2022-05-25T09:07:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:07:18.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:07:18.658Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:08:08.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:08:08.841Z||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.
2022-05-25T09:08:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:08:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:08:08.842Z||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.
2022-05-25T09:08:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:08:18.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:08:18.470Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:09:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:09:08.840Z||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.
2022-05-25T09:09:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:09:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:09:08.844Z||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.
2022-05-25T09:09:08.844Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:09:18.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:09:18.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:10:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:10:08.840Z||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.
2022-05-25T09:10:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:10:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:10:08.842Z||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.
2022-05-25T09:10:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:10:18.392Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:10:18.393Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:11:08.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:11:08.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:11:08.842Z||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.
2022-05-25T09:11:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:11:08.843Z||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.
2022-05-25T09:11:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:11:18.394Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:11:18.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:12:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:12:08.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:12:08.842Z||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.
2022-05-25T09:12:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:12:08.842Z||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.
2022-05-25T09:12:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:12:18.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:12:18.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:13:08.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:13:08.841Z||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.
2022-05-25T09:13:08.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:13:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:13:08.842Z||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.
2022-05-25T09:13:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:13:18.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:13:18.416Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:14:08.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:14:08.840Z||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.
2022-05-25T09:14:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:14:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:14:08.842Z||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.
2022-05-25T09:14:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:14:18.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:14:18.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:14:49.485Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-25T09:15:08.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:15:08.840Z||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.
2022-05-25T09:15:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:15:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:15:08.843Z||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.
2022-05-25T09:15:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:15:18.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:15:18.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:16:08.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:16:08.840Z||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.
2022-05-25T09:16:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:16:08.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:16:08.842Z||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.
2022-05-25T09:16:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:16:18.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:16:18.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:17:08.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:17:08.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:17:08.844Z||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.
2022-05-25T09:17:08.844Z||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.
2022-05-25T09:17:08.844Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:17:08.844Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:17:18.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:17:18.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:18:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:18:08.841Z||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.
2022-05-25T09:18:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:18:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:18:08.842Z||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.
2022-05-25T09:18:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:18:18.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:18:18.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:19:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:19:08.840Z||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.
2022-05-25T09:19:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:19:08.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:19:08.843Z||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.
2022-05-25T09:19:08.844Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:19:18.408Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:19:18.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:20:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:20:08.840Z||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.
2022-05-25T09:20:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:20:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:20:08.842Z||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.
2022-05-25T09:20:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:20:18.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:20:18.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:21:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:21:08.840Z||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.
2022-05-25T09:21:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:21:08.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:21:08.842Z||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.
2022-05-25T09:21:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:21:18.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:21:18.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:22:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:22:08.840Z||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.
2022-05-25T09:22:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:22:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:22:08.842Z||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.
2022-05-25T09:22:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:22:18.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:22:18.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:23:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:23:08.841Z||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.
2022-05-25T09:23:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:23:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:23:08.842Z||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.
2022-05-25T09:23:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:23:18.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:23:18.395Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:24:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:24:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:24:08.842Z||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.
2022-05-25T09:24:08.842Z||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.
2022-05-25T09:24:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:24:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:24:18.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:24:18.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:25:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:25:08.841Z||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.
2022-05-25T09:25:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:25:08.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:25:08.842Z||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.
2022-05-25T09:25:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:25:18.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:25:18.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:26:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:26:08.840Z||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.
2022-05-25T09:26:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:26:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:26:08.842Z||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.
2022-05-25T09:26:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:26:18.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:26:18.405Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:27:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:27:08.840Z||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.
2022-05-25T09:27:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:27:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:27:08.842Z||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.
2022-05-25T09:27:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:27:18.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:27:18.396Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:28:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:28:08.840Z||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.
2022-05-25T09:28:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:28:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:28:08.842Z||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.
2022-05-25T09:28:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:28:18.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:28:18.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:29:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:29:08.840Z||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.
2022-05-25T09:29:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:29:08.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:29:08.842Z||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.
2022-05-25T09:29:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:29:18.393Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:29:18.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:30:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:30:08.841Z||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.
2022-05-25T09:30:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:30:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:30:08.842Z||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.
2022-05-25T09:30:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:30:18.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:30:18.439Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:31:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:31:08.840Z||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.
2022-05-25T09:31:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:31:08.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:31:08.842Z||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.
2022-05-25T09:31:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:31:18.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:31:18.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:32:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:32:08.840Z||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.
2022-05-25T09:32:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:32:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:32:08.842Z||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.
2022-05-25T09:32:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:32:18.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:32:18.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:33:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:33:08.840Z||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.
2022-05-25T09:33:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:33:08.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:33:08.844Z||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.
2022-05-25T09:33:08.844Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:33:18.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:33:18.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:34:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:34:08.840Z||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.
2022-05-25T09:34:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:34:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:34:08.842Z||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.
2022-05-25T09:34:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:34:18.388Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:34:18.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:35:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:35:08.840Z||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.
2022-05-25T09:35:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:35:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:35:08.842Z||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.
2022-05-25T09:35:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:35:18.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:35:18.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:36:08.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:36:08.841Z||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.
2022-05-25T09:36:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:36:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:36:08.842Z||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.
2022-05-25T09:36:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:36:18.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:36:18.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:37:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:37:08.841Z||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.
2022-05-25T09:37:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:37:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:37:08.842Z||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.
2022-05-25T09:37:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:37:18.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:37:18.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:38:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:38:08.840Z||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.
2022-05-25T09:38:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:38:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:38:08.842Z||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.
2022-05-25T09:38:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:38:18.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:38:18.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:39:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:39:08.840Z||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.
2022-05-25T09:39:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:39:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:39:08.842Z||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.
2022-05-25T09:39:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:39:18.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:39:18.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:40:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:40:08.840Z||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.
2022-05-25T09:40:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:40:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:40:08.842Z||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.
2022-05-25T09:40:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:40:18.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:40:18.404Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:41:08.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:41:08.840Z||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.
2022-05-25T09:41:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:41:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:41:08.842Z||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.
2022-05-25T09:41:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:41:18.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:41:18.388Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:42:08.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:42:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:42:08.842Z||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.
2022-05-25T09:42:08.842Z||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.
2022-05-25T09:42:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:42:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:42:18.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:42:18.447Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:43:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:43:08.841Z||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.
2022-05-25T09:43:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:43:08.842Z||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.
2022-05-25T09:43:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:43:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:43:18.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:43:18.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:44:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:44:08.840Z||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.
2022-05-25T09:44:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:44:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:44:08.842Z||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.
2022-05-25T09:44:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:44:18.392Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:44:18.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:45:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:45:08.840Z||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.
2022-05-25T09:45:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:45:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:45:08.842Z||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.
2022-05-25T09:45:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:45:18.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:45:18.390Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:46:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:46:08.840Z||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.
2022-05-25T09:46:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:46:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:46:08.842Z||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.
2022-05-25T09:46:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:46:18.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:46:18.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:47:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:47:08.840Z||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.
2022-05-25T09:47:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:47:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:47:08.842Z||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.
2022-05-25T09:47:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:47:18.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:47:18.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:48:08.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:48:08.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:48:08.846Z||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.
2022-05-25T09:48:08.846Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:48:08.846Z||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.
2022-05-25T09:48:08.846Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:48:18.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:48:18.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:49:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:49:08.840Z||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.
2022-05-25T09:49:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:49:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:49:08.843Z||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.
2022-05-25T09:49:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:49:18.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:49:18.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:08.839Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:50:08.840Z||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.
2022-05-25T09:50:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:08.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:50:08.842Z||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.
2022-05-25T09:50:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:09.020Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:09.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472198713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472196703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472197309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:50:09.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:09.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T09:50:09.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a58250e-df2e-477f-8d80-a3d9ef6e8819","serviceName":"vFW 2022-05-25 09-48-02","serviceVersion":"1.0","serviceUUID":"be61bd1a-06c8-4482-a44c-d67da813c885","serviceDescription":"catalog service description","serviceInvariantUUID":"ccb4a1c7-e47c-4e45-8688-20dbfc7d2094","resources":[{"resourceInstanceName":"vFW 0f328895-c7bb 0","resourceName":"vFW 0f328895-c7bb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b","resourceInvariantUUID":"dd7e9bbb-09ba-4667-ac61-570312d1b20e","resourceCustomizationUUID":"06fd16ff-9347-477f-97f2-db59a2a0442d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml","artifactChecksum":"OTljYWNmYTlmYWYxYzEzNzE0OTZlOGVkNDM0YjcyZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4531b1bd-df8e-4438-b9ce-e82f52945007","artifactVersion":"1"},{"artifactName":"vfw0f328895c7bb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json","artifactChecksum":"ZGMzMjY2NzM1Njc3OTg3YzdkYTZmZWJmOGEzNWQ3ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5f0ab99-8f77-4f99-a997-7ba43149d01e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8432d84e-a41e-416b-bc00-e3cb0126c163","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml","artifactChecksum":"NTY4NWZmYmE1MmY3OTVlODkyNzMyYTI2MzgzMTE5NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b71ba055-57b8-4f10-b1e0-b7625c67b915","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"475c3c59-d0d1-4226-9daa-ad87c9d7e2cf","artifactVersion":"2","generatedFromUUID":"8432d84e-a41e-416b-bc00-e3cb0126c163"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220525094802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml","artifactChecksum":"OGI0ODNiNTYzYjEzZGJkN2JhMmIzZTRjN2Y5ZDhkMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df96f562-a889-41e8-b232-4dabb96a71ba","artifactVersion":"1"},{"artifactName":"service-Vfw20220525094802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar","artifactChecksum":"NGZjZTBjM2ZmMDYzZDk0YmQ0MTgzM2VlZDVhNjAyZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab4aebd-5304-4336-ae4c-6a7e93bd55ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T09:50:09.484Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:09.488Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:09.496Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:09.496Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:09.596Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T09:50:09.601Z||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.
2022-05-25T09:50:09.601Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:09.619Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:09.620Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:10.501Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:10.502Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:10.504Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:10.504Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:50:10.604Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:10.605Z||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.
2022-05-25T09:50:10.605Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:10.625Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:10.625Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:11.504Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:11.505Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:11.507Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:11.508Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:50:11.608Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:11.609Z||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.
2022-05-25T09:50:11.609Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:11.624Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:11.625Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:50:12.508Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:12.509Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:12.511Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:12.511Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:12.612Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:12.613Z||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.
2022-05-25T09:50:12.614Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:12.632Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:12.633Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:50:13.512Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:13.513Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:13.515Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:13.515Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T09:50:13.615Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:13.616Z||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.
2022-05-25T09:50:13.616Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:13.631Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:13.632Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:14.515Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:14.516Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:14.518Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:14.519Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:50:14.619Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T09:50:14.620Z||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.
2022-05-25T09:50:14.620Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:14.637Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:14.638Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:50:15.519Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:50:15.520Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:15.522Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:15.522Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:50:15.622Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:15.626Z||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.
2022-05-25T09:50:15.627Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:15.642Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:15.642Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:16.523Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "serviceName": "vFW 2022-05-25 09-48-02",
  "serviceVersion": "1.0",
  "serviceUUID": "be61bd1a-06c8-4482-a44c-d67da813c885",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ccb4a1c7-e47c-4e45-8688-20dbfc7d2094",
  "resources": [
    {
      "resourceInstanceName": "vFW 0f328895-c7bb 0",
      "resourceCustomizationUUID": "06fd16ff-9347-477f-97f2-db59a2a0442d",
      "resourceName": "vFW 0f328895-c7bb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b",
      "resourceInvariantUUID": "dd7e9bbb-09ba-4667-ac61-570312d1b20e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0f328895c7bb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
          "artifactChecksum": "ZGMzMjY2NzM1Njc3OTg3YzdkYTZmZWJmOGEzNWQ3ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d5f0ab99-8f77-4f99-a997-7ba43149d01e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8432d84e-a41e-416b-bc00-e3cb0126c163",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "475c3c59-d0d1-4226-9daa-ad87c9d7e2cf",
            "generatedFromUUID": "8432d84e-a41e-416b-bc00-e3cb0126c163"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "475c3c59-d0d1-4226-9daa-ad87c9d7e2cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220525094802-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
      "artifactChecksum": "NGZjZTBjM2ZmMDYzZDk0YmQ0MTgzM2VlZDVhNjAyZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab4aebd-5304-4336-ae4c-6a7e93bd55ca"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T09:50:16.524Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T09:50:16.525Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be61bd1a-06c8-4482-a44c-d67da813c885 ASDC
2022-05-25T09:50:16.592Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8a58250e-df2e-477f-8d80-a3d9ef6e8819
ServiceName:vFW 2022-05-25 09-48-02
ServiceVersion:1.0
ServiceUUID:be61bd1a-06c8-4482-a44c-d67da813c885
ServiceInvariantUUID:ccb4a1c7-e47c-4e45-8688-20dbfc7d2094
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220525094802-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar
ArtifactUUID:3ab4aebd-5304-4336-ae4c-6a7e93bd55ca
ArtifactChecksum:NGZjZTBjM2ZmMDYzZDk0YmQ0MTgzM2VlZDVhNjAyZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f328895-c7bb 0
ResourceCustomizationUUID:06fd16ff-9347-477f-97f2-db59a2a0442d
ResourceInvariantUUID:dd7e9bbb-09ba-4667-ac61-570312d1b20e
ResourceName:vFW 0f328895-c7bb
ResourceType:VF
ResourceUUID:fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f328895c7bb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json
ArtifactUUID:d5f0ab99-8f77-4f99-a997-7ba43149d01e
ArtifactChecksum:ZGMzMjY2NzM1Njc3OTg3YzdkYTZmZWJmOGEzNWQ3ZDE=
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/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml
ArtifactUUID:8432d84e-a41e-416b-bc00-e3cb0126c163
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/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env
ArtifactUUID:475c3c59-d0d1-4226-9daa-ad87c9d7e2cf
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/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env
ArtifactUUID:475c3c59-d0d1-4226-9daa-ad87c9d7e2cf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T09:50:16.592Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be61bd1a-06c8-4482-a44c-d67da813c885 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 (?, ?, ?, ?, ?)
2022-05-25T09:50:16.777Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T09:50:16.778Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-25T09:50:16.779Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-25T09:50:16.780Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3ab4aebd-5304-4336-ae4c-6a7e93bd55ca from URL: /sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:16.780Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-25T09:50:16.781Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:17.175Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-25T09:50:17.188Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar 3ab4aebd-5304-4336-ae4c-6a7e93bd55ca 99032
2022-05-25T09:50:17.190Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar ASDC sendASDCNotification
2022-05-25T09:50:17.190Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:17.191Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:50:17.192Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:17.193Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:17.193Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472217189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:50:17.294Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:17.295Z||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.
2022-05-25T09:50:17.295Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:17.315Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:17.316Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:18.195Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T09:50:18.196Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-25T09:50:18.197Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3ab4aebd-5304-4336-ae4c-6a7e93bd55ca, URL: /sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar to file: /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:18.197Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220525094802-csar.csar
2022-05-25T09:50:18.270Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:18.270Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:18.699Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4176395923591517121/Definitions/service-Vfw20220525094802-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
2022-05-25T09:50:20.564Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T09:50:20.568Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-25T09:50:20.568Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.568Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-25T09:50:20.568Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.568Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f328895-c7bb 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-Vfw20220525094802-csar.csar
2022-05-25T09:50:20.569Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-25T09:50:20.574Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.575Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.578Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:20.578Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-25T09:50:20.579Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.580Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.582Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T09:50:20.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T09:50:20.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:20.585Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b93e623-e8c4-492d-a236-48fcb2828f41
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d0ccd0d-b8ed-4e18-9ca1-33eb6a8e7de5
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:20.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=946cbfda-c7e1-46f2-bc7a-5eb7565a38c0
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.588Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:20.589Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:20.589Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-25 09-48-02
Description:catalog service description
Model UUID:be61bd1a-06c8-4482-a44c-d67da813c885
Model Version:NULL
Model InvariantUuid:ccb4a1c7-e47c-4e45-8688-20dbfc7d2094
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0f328895-c7bb
Model UUID:b8c8c854-6eb1-4f2f-be96-a3445804e139
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd7e9bbb-09ba-4667-ac61-570312d1b20e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06fd16ff-9347-477f-97f2-db59a2a0442d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f83fc7d-0f2e-4655-bb3f-d7bba5bedbfe
ModelName:Vfw0f328895C7bb..base_vfw..module-0
ModelUuid:bde47528-36b5-40f7-8347-aba9fc236ebc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b93e623-e8c4-492d-a236-48fcb2828f41
ModelInvariantUuid:d0e2a107-7590-4031-bd50-0f994d3280b9
ModelName:vFW 0f328895-c7bb-nodes.vfwCvfc
ModelUuid:0540a795-7bcb-4e8d-b7a6-134dd40abd79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:93dfaa87-29c0-47f9-86a7-054ecf2ed71c
ModelInvariantUuid:5b99ed24-ffce-44e0-9af9-d44ccba32e62
ModelName:Vfw0f328895C7bb.compute.nodes.heat.vfw
ModelUuid:9bdad97d-4217-46bb-b890-6d0644fc0ab8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6d0ccd0d-b8ed-4e18-9ca1-33eb6a8e7de5
ModelInvariantUuid:72e24aa8-2e9d-456d-ad28-367738d4bec3
ModelName:vFW 0f328895-c7bb-nodes.vsnCvfc
ModelUuid:596fe852-b1b7-4bfc-aa8b-f55d0e363030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cff24c6c-3e65-40a9-a2f2-8dfa6b277b34
ModelInvariantUuid:5d04272e-28d0-4e09-9182-f089ba8d7a54
ModelName:Vfw0f328895C7bb.compute.nodes.heat.vsn
ModelUuid:1562dcd4-d8d9-4288-9616-f100825b4daf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:946cbfda-c7e1-46f2-bc7a-5eb7565a38c0
ModelInvariantUuid:25bdfcee-8e59-4200-a3ad-5e90e2829152
ModelName:vFW 0f328895-c7bb-nodes.vpgCvfc
ModelUuid:f544cf3c-e5a5-4120-a84e-e07adabb988f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9e56a0f4-43bd-4bd5-b09c-d7be9ea993d5
ModelInvariantUuid:087021fd-d15a-435d-a174-60f8238c435d
ModelName:Vfw0f328895C7bb.compute.nodes.heat.vpg
ModelUuid:f2ec76b4-57c1-4d4c-aa21-d16da452627e
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T09:50:20.604Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:50:20.661Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||vFW 0f328895-c7bb 0
2022-05-25T09:50:20.665Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b
2022-05-25T09:50:20.666Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d5f0ab99-8f77-4f99-a997-7ba43149d01e from URL: /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json
2022-05-25T09:50:20.666Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-25T09:50:20.666Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json
2022-05-25T09:50:21.183Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-25T09:50:21.184Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json d5f0ab99-8f77-4f99-a997-7ba43149d01e 785
2022-05-25T09:50:21.184Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json ASDC sendASDCNotification
2022-05-25T09:50:21.184Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json
2022-05-25T09:50:21.184Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:50:21.184Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:21.187Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:21.187Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472221184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:50:21.288Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:21.289Z||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.
2022-05-25T09:50:21.289Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:21.312Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:21.313Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:50:22.188Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f328895C7bb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3f83fc7d-0f2e-4655-bb3f-d7bba5bedbfe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bde47528-36b5-40f7-8347-aba9fc236ebc",
    "vfModuleModelCustomizationUUID": "0cacf200-2688-4393-af2d-6e327b09a477",
    "isBase": true,
    "artifacts": [
      "8432d84e-a41e-416b-bc00-e3cb0126c163",
      "475c3c59-d0d1-4226-9daa-ad87c9d7e2cf"
    ],
    "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": ""
    }
  }
]
2022-05-25T09:50:22.199Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f328895C7bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bde47528-36b5-40f7-8347-aba9fc236ebc
VfModuleModelInvariantUUID:3f83fc7d-0f2e-4655-bb3f-d7bba5bedbfe
VfModuleModelDescription:NULL
Artifacts UUID List:{
8432d84e-a41e-416b-bc00-e3cb0126c163
,
475c3c59-d0d1-4226-9daa-ad87c9d7e2cf

}
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


}

2022-05-25T09:50:22.201Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f328895C7bb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3f83fc7d-0f2e-4655-bb3f-d7bba5bedbfe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bde47528-36b5-40f7-8347-aba9fc236ebc",
    "vfModuleModelCustomizationUUID": "0cacf200-2688-4393-af2d-6e327b09a477",
    "isBase": true,
    "artifacts": [
      "8432d84e-a41e-416b-bc00-e3cb0126c163",
      "475c3c59-d0d1-4226-9daa-ad87c9d7e2cf"
    ],
    "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": ""
    }
  }
]
2022-05-25T09:50:22.201Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f328895C7bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bde47528-36b5-40f7-8347-aba9fc236ebc
VfModuleModelInvariantUUID:3f83fc7d-0f2e-4655-bb3f-d7bba5bedbfe
VfModuleModelDescription:NULL
Artifacts UUID List:{
8432d84e-a41e-416b-bc00-e3cb0126c163
,
475c3c59-d0d1-4226-9daa-ad87c9d7e2cf

}
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


}

2022-05-25T09:50:22.201Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8432d84e-a41e-416b-bc00-e3cb0126c163 from URL: /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml
2022-05-25T09:50:22.201Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-25T09:50:22.202Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml
2022-05-25T09:50:22.583Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-25T09:50:22.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml 8432d84e-a41e-416b-bc00-e3cb0126c163 20368
2022-05-25T09:50:22.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T09:50:22.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml
2022-05-25T09:50:22.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:50:22.584Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:22.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:22.586Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472222584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:50:22.686Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:22.688Z||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.
2022-05-25T09:50:22.688Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:22.710Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:22.711Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:23.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 475c3c59-d0d1-4226-9daa-ad87c9d7e2cf from URL: /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env
2022-05-25T09:50:23.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-25T09:50:23.587Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env
2022-05-25T09:50:23.887Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-25T09:50:23.887Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env 475c3c59-d0d1-4226-9daa-ad87c9d7e2cf 2098
2022-05-25T09:50:23.887Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T09:50:23.888Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env
2022-05-25T09:50:23.888Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:50:23.888Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:23.890Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:23.890Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472223887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:50:23.990Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:23.991Z||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.
2022-05-25T09:50:23.992Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:24.011Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:24.012Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:24.891Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: be61bd1a-06c8-4482-a44c-d67da813c885
2022-05-25T09:50:24.892Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f328895-c7bb 0 fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:50:24.921Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3affa3ce, org.onap.sdc.toscaparser.api.parameters.Input@3e7bb683, org.onap.sdc.toscaparser.api.parameters.Input@4ec0921d, org.onap.sdc.toscaparser.api.parameters.Input@47ecff8c, org.onap.sdc.toscaparser.api.parameters.Input@4ac56c]
2022-05-25T09:50:24.924Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.924Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.924Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-25T09:50:24.925Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 06fd16ff-9347-477f-97f2-db59a2a0442d
2022-05-25T09:50:24.925Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06fd16ff-9347-477f-97f2-db59a2a0442d matches Tosca VF Customization UUID: 06fd16ff-9347-477f-97f2-db59a2a0442d
2022-05-25T09:50:24.925Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 06fd16ff-9347-477f-97f2-db59a2a0442d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T09:50:24.931Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.932Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.933Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 06fd16ff-9347-477f-97f2-db59a2a0442d: {\"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\"}
2022-05-25T09:50:24.933Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a90303c
2022-05-25T09:50:24.933Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.933Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T09:50:24.933Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0cacf200-2688-4393-af2d-6e327b09a477
2022-05-25T09:50:24.934Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0cacf200-2688-4393-af2d-6e327b09a477
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T09:50:24.940Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.940Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:24.940Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:24.941Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.941Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:24.941Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:24.941Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.941Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:24.941Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.942Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b93e623-e8c4-492d-a236-48fcb2828f41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T09:50:24.957Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.957Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T09:50:24.958Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:24.959Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T09:50:24.959Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.959Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d0ccd0d-b8ed-4e18-9ca1-33eb6a8e7de5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T09:50:24.961Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.961Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:24.961Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T09:50:24.963Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T09:50:24.964Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T09:50:24.964Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T09:50:24.964Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T09:50:24.964Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T09:50:24.964Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T09:50:24.964Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=946cbfda-c7e1-46f2-bc7a-5eb7565a38c0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T09:50:24.966Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.966Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:24.966Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:50:24.966Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.966Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Node template vFW 0f328895-c7bb 0 is matching search criteria
2022-05-25T09:50:24.966Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 0f328895-c7bb 0] matching following query criteria: sdcType=VF, customizationUUID=06fd16ff-9347-477f-97f2-db59a2a0442d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:50:24.968Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.968Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid be61bd1a-06c8-4482-a44c-d67da813c885: vFW 0f328895-c7bb
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-25 09-48-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:50:24.969Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-25 09-48-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-05-25T09:50:25.150Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f328895-c7bb fd1bcacf-7d8a-4710-a5fe-3ebbe8cfc76b 1 ASDC deployResourceStructure
2022-05-25T09:50:25.150Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json ASDC sendASDCNotification
2022-05-25T09:50:25.150Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json
2022-05-25T09:50:25.150Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:50:25.151Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:25.152Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:25.152Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472225150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T09:50:25.253Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T09:50:25.254Z||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.
2022-05-25T09:50:25.254Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:25.270Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:25.271Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:26.153Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T09:50:26.153Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml
2022-05-25T09:50:26.153Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:50:26.154Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:26.156Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:26.156Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472226153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T09:50:26.256Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:26.256Z||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.
2022-05-25T09:50:26.256Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:26.273Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:26.274Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:27.157Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T09:50:27.157Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env
2022-05-25T09:50:27.157Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:50:27.157Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:27.159Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:27.159Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472227157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T09:50:27.259Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:27.261Z||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.
2022-05-25T09:50:27.261Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:27.279Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:27.279Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:50:28.160Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar ASDC sendASDCNotification
2022-05-25T09:50:28.160Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar
2022-05-25T09:50:28.160Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:50:28.161Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:50:28.163Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:50:28.164Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472228160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:50:28.264Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:50:28.265Z||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.
2022-05-25T09:50:28.265Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:50:28.282Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:50:28.283Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:50:29.165Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:50:29.191Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:50:29.194Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:50:29.194Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:50:29.194Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:50:59.194Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:50:59.208Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:50:59.211Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:50:59.211Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:50:59.211Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:51:08.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:51:08.842Z||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.
2022-05-25T09:51:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:51:08.878Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:51:08.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:51:08.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:51:08.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:51:29.211Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:51:29.224Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:51:29.226Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:51:29.227Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:51:29.227Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:51:59.227Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:51:59.237Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:51:59.240Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:51:59.240Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:51:59.240Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:52:08.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:52:08.842Z||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.
2022-05-25T09:52:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:52:09.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:52:09.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472209308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472209286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472203214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472210296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472211167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "policy-id",
  "timestamp": 1653472211301,
  "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=?
2022-05-25T09:52:09.401Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a58250e-df2e-477f-8d80-a3d9ef6e8819
2022-05-25T09:52:09.402Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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 (?, ?, ?, ?, ?)
2022-05-25T09:52:09.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472212472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472205447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472213764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.413Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472213546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472214823,
  "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=?
2022-05-25T09:52:09.420Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a58250e-df2e-477f-8d80-a3d9ef6e8819
2022-05-25T09:52:09.421Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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=?
2022-05-25T09:52:09.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "cds",
  "timestamp": 1653472214566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-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=?
2022-05-25T09:52:09.434Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a58250e-df2e-477f-8d80-a3d9ef6e8819
2022-05-25T09:52:09.435Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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 (?, ?, ?, ?, ?)
2022-05-25T09:52:09.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472208839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472215828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472217189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472212316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472220341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472214143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472221184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472221478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472222344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472222388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472222584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "aai-ml",
  "timestamp": 1653472222484,
  "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=?
2022-05-25T09:52:09.450Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a58250e-df2e-477f-8d80-a3d9ef6e8819
2022-05-25T09:52:09.450Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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 (?, ?, ?, ?, ?)
2022-05-25T09:52:09.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "clamp",
  "timestamp": 1653472223348,
  "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=?
2022-05-25T09:52:09.461Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a58250e-df2e-477f-8d80-a3d9ef6e8819
2022-05-25T09:52:09.461Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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 (?, ?, ?, ?, ?)
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472223887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472225150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/vfw0f328895c7bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472226153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472226351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472227157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/resourceInstances/vfw0f328895c7bb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472227357,
  "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=?
2022-05-25T09:52:09.472Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a58250e-df2e-477f-8d80-a3d9ef6e8819
2022-05-25T09:52:09.472Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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 (?, ?, ?, ?, ?)
2022-05-25T09:52:09.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:52:09.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472228160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525094802/1.0/artifacts/service-Vfw20220525094802-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:52:09.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:52:29.240Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:52:29.254Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:52:29.257Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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=?
2022-05-25T09:52:29.262Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T09:52:59.263Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819 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=?
2022-05-25T09:52:59.272Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a58250e-df2e-477f-8d80-a3d9ef6e8819 and serviceModelVersionId: be61bd1a-06c8-4482-a44c-d67da813c885
2022-05-25T09:52:59.272Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb4a1c7-e47c-4e45-8688-20dbfc7d2094
2022-05-25T09:53:07.826Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0
2022-05-25T09:53:07.902Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T09:53:08.258Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0|INFO|500||Invoke
2022-05-25T09:53:08.265Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a58250e-df2e-477f-8d80-a3d9ef6e8819], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41d5cb34-e331-4224-837b-adffc699ba9b], X-ECOMP-RequestID=[8a58250e-df2e-477f-8d80-a3d9ef6e8819], X-TransactionId=[], X-ONAP-RequestID=[8a58250e-df2e-477f-8d80-a3d9ef6e8819], Content-Type=[application/merge-patch+json]}
2022-05-25T09:53:08.355Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T09:53:08.797Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-09:53:08:956-76048], vertex-id=[143432], Content-Length=[0], Date=[Wed, 25 May 2022 09:53:08 GMT], Content-Type=[application/json]}
2022-05-25T09:53:08.799Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T09:53:08.800Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccb4a1c7-e47c-4e45-8688-20dbfc7d2094/model-vers/model-ver/be61bd1a-06c8-4482-a44c-d67da813c885?depth=0|INFO|500||InvokeReturn
2022-05-25T09:53:08.803Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T09:53:08.803Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:53:08.808Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||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)
2022-05-25T09:53:08.810Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a58250e-df2e-477f-8d80-a3d9ef6e8819 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T09:53:08.811Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T09:53:08.812Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:53:08.814Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:53:08.814Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472388810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T09:53:08.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:08.842Z||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.
2022-05-25T09:53:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:53:08.914Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:53:08.916Z||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.
2022-05-25T09:53:08.917Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:53:08.933Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:53:08.937Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:53:09.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:53:09.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:53:09.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a58250e-df2e-477f-8d80-a3d9ef6e8819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472388810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T09:53:09.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T09:53:09.826Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:09.827Z||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.
2022-05-25T09:53:09.827Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:53:20.110Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:53:20.111Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:20.112Z||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.
2022-05-25T09:53:20.112Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:53:29.657Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:53:29.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:29.658Z||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.
2022-05-25T09:53:29.658Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:53:39.216Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:54:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:54:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:54:08.842Z||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.
2022-05-25T09:54:08.842Z||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.
2022-05-25T09:54:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:54:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:54:18.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:54:18.445Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:08.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:55:08.841Z||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.
2022-05-25T09:55:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:55:08.842Z||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.
2022-05-25T09:55:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:09.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:09.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"66ab9030-e526-445a-8861-49722a16d6a0","serviceName":"basic_onboard_SejnNG","serviceVersion":"1.0","serviceUUID":"0a7dbc5a-2ffa-468c-b325-c670a95916b2","serviceDescription":"service","serviceInvariantUUID":"45693168-5ed5-4d70-8223-1b27a07cb213","resources":[{"resourceInstanceName":"basic_onboard_SejnNG 0","resourceName":"basic_onboard_SejnNG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"467c5f94-3900-4c15-95bc-85d4250c88ce","resourceInvariantUUID":"d33a69eb-86bf-43fa-a3b9-6de9a7c155b0","resourceCustomizationUUID":"1e4f6e67-6560-4ff5-b766-0bdc40db01bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml","artifactChecksum":"YWY3MjcxOGE0ZjUyYzA2YjQwZjFiMzkzMTU5NDk2OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74c755d8-4824-4c6d-9c7b-82a6ab08d5be","artifactVersion":"1"},{"artifactName":"basic_onboard_sejnng0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json","artifactChecksum":"M2IyNWNhNDNiOWIxYzdjYTNjN2M0YjVlZmQ5ZjM5M2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b422ad8-31bf-45a7-84c3-d264e66c5823","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ad24270-d617-44af-9d1e-77af906ce950","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50f62e6f-e023-40f4-8bb4-1bb8f8932e25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b","artifactVersion":"2","generatedFromUUID":"3ad24270-d617-44af-9d1e-77af906ce950"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSejnng-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml","artifactChecksum":"NDYyZTIyOWEwMTMyY2NkNDkzNGIwYmE4ZDM2YTRmNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e6945fb-ff7b-45a7-994a-d52b0653e54c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSejnng-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar","artifactChecksum":"Y2U0Mjk4YTI4ZGM3YjUxNzNiNzA2NzY1YzVkOGVmNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfed85f9-8888-4622-9b55-3c366bb54c80","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T09:55:09.478Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:09.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:09.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:09.482Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:09.482Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472472312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472475447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472477308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472488877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472488821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472483214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472489882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "cds",
  "timestamp": 1653472489832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T09:55:09.513Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66ab9030-e526-445a-8861-49722a16d6a0
2022-05-25T09:55:09.513Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66ab9030-e526-445a-8861-49722a16d6a0 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 (?, ?, ?, ?, ?)
2022-05-25T09:55:09.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472484142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "policy-id",
  "timestamp": 1653472490887,
  "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=?
2022-05-25T09:55:09.527Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66ab9030-e526-445a-8861-49722a16d6a0
2022-05-25T09:55:09.527Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66ab9030-e526-445a-8861-49722a16d6a0 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 (?, ?, ?, ?, ?)
2022-05-25T09:55:09.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472491282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472492006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472492335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472493476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472493948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472494498,
  "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=?
2022-05-25T09:55:09.542Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66ab9030-e526-445a-8861-49722a16d6a0
2022-05-25T09:55:09.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66ab9030-e526-445a-8861-49722a16d6a0 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=?
2022-05-25T09:55:09.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472494951,
  "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=?
2022-05-25T09:55:09.553Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66ab9030-e526-445a-8861-49722a16d6a0
2022-05-25T09:55:09.553Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66ab9030-e526-445a-8861-49722a16d6a0 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 (?, ?, ?, ?, ?)
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472495502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472496703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472504444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472498713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:09.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:55:09.582Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:09.583Z||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.
2022-05-25T09:55:09.583Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:09.601Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:09.601Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:55:10.482Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:10.484Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:10.486Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:10.486Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:55:10.586Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:10.587Z||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.
2022-05-25T09:55:10.587Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:10.604Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:10.605Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:11.487Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:11.488Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:11.489Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:11.489Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:55:11.590Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T09:55:11.591Z||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.
2022-05-25T09:55:11.591Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:11.606Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:11.606Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:55:12.490Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:12.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:12.494Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:12.494Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:12.598Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-25T09:55:12.599Z||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.
2022-05-25T09:55:12.599Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:12.613Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:12.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:13.495Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:13.496Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:13.498Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:13.498Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T09:55:13.598Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:13.599Z||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.
2022-05-25T09:55:13.599Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:13.616Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:13.616Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:14.499Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:14.500Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:14.502Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:14.502Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:55:14.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:14.603Z||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.
2022-05-25T09:55:14.603Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:14.619Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:14.619Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:15.503Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:55:15.504Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:15.506Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:15.506Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:55:15.606Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:15.607Z||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.
2022-05-25T09:55:15.607Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:15.623Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:15.623Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:16.507Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "serviceName": "basic_onboard_SejnNG",
  "serviceVersion": "1.0",
  "serviceUUID": "0a7dbc5a-2ffa-468c-b325-c670a95916b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45693168-5ed5-4d70-8223-1b27a07cb213",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_SejnNG 0",
      "resourceCustomizationUUID": "1e4f6e67-6560-4ff5-b766-0bdc40db01bb",
      "resourceName": "basic_onboard_SejnNG",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "467c5f94-3900-4c15-95bc-85d4250c88ce",
      "resourceInvariantUUID": "d33a69eb-86bf-43fa-a3b9-6de9a7c155b0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_sejnng0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
          "artifactChecksum": "M2IyNWNhNDNiOWIxYzdjYTNjN2M0YjVlZmQ5ZjM5M2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9b422ad8-31bf-45a7-84c3-d264e66c5823",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ad24270-d617-44af-9d1e-77af906ce950",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b",
            "generatedFromUUID": "3ad24270-d617-44af-9d1e-77af906ce950"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSejnng-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
      "artifactChecksum": "Y2U0Mjk4YTI4ZGM3YjUxNzNiNzA2NzY1YzVkOGVmNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfed85f9-8888-4622-9b55-3c366bb54c80"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T09:55:16.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T09:55:16.508Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a7dbc5a-2ffa-468c-b325-c670a95916b2 ASDC
2022-05-25T09:55:16.508Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:66ab9030-e526-445a-8861-49722a16d6a0
ServiceName:basic_onboard_SejnNG
ServiceVersion:1.0
ServiceUUID:0a7dbc5a-2ffa-468c-b325-c670a95916b2
ServiceInvariantUUID:45693168-5ed5-4d70-8223-1b27a07cb213
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSejnng-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar
ArtifactUUID:cfed85f9-8888-4622-9b55-3c366bb54c80
ArtifactChecksum:Y2U0Mjk4YTI4ZGM3YjUxNzNiNzA2NzY1YzVkOGVmNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SejnNG 0
ResourceCustomizationUUID:1e4f6e67-6560-4ff5-b766-0bdc40db01bb
ResourceInvariantUUID:d33a69eb-86bf-43fa-a3b9-6de9a7c155b0
ResourceName:basic_onboard_SejnNG
ResourceType:VF
ResourceUUID:467c5f94-3900-4c15-95bc-85d4250c88ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sejnng0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json
ArtifactUUID:9b422ad8-31bf-45a7-84c3-d264e66c5823
ArtifactChecksum:M2IyNWNhNDNiOWIxYzdjYTNjN2M0YjVlZmQ5ZjM5M2Y=
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/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3ad24270-d617-44af-9d1e-77af906ce950
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/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env
ArtifactUUID:2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b
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/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env
ArtifactUUID:2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T09:55:16.509Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a7dbc5a-2ffa-468c-b325-c670a95916b2 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=?
2022-05-25T09:55:16.541Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T09:55:16.542Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T09:55:16.543Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T09:55:16.543Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cfed85f9-8888-4622-9b55-3c366bb54c80 from URL: /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:16.543Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T09:55:16.543Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:16.771Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T09:55:16.777Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar cfed85f9-8888-4622-9b55-3c366bb54c80 71573
2022-05-25T09:55:16.778Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar ASDC sendASDCNotification
2022-05-25T09:55:16.778Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:16.778Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:55:16.778Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:16.780Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:16.780Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472516778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:16.881Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:16.882Z||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.
2022-05-25T09:55:16.882Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:16.898Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:16.898Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:17.781Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T09:55:17.782Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T09:55:17.782Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cfed85f9-8888-4622-9b55-3c366bb54c80, URL: /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar to file: /app/ASDC/1/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:17.782Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:17.783Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:17.783Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:17.890Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12868990048004363887/Definitions/service-BasicOnboardSejnng-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
2022-05-25T09:55:18.730Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SejnNG 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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|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-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:18.731Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.732Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is not matching search criteria
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T09:55:18.733Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:55:18.734Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is not matching search criteria
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T09:55:18.735Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=770b1e96-2656-48ad-a278-01924a94767a
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:18.736Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_SejnNG
Description:service
Model UUID:0a7dbc5a-2ffa-468c-b325-c670a95916b2
Model Version:NULL
Model InvariantUuid:45693168-5ed5-4d70-8223-1b27a07cb213
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_SejnNG
Model UUID:037daa2b-453b-4685-8c58-8f0a3c8efbc0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d33a69eb-86bf-43fa-a3b9-6de9a7c155b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1e4f6e67-6560-4ff5-b766-0bdc40db01bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7228dae4-08c9-4781-b27b-9a290815494d
ModelName:BasicOnboardSejnng..base_ubuntu18..module-0
ModelUuid:34711c1c-1afd-41d7-9524-5b283e3da506
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:770b1e96-2656-48ad-a278-01924a94767a
ModelInvariantUuid:361aed6d-b980-4b3c-84e9-b5ba241445a2
ModelName:basic_onboard_SejnNG-nodes.ubuntu18Cvfc
ModelUuid:f3c381de-db91-4fbc-90ee-4c03e118af4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:396d5f54-c4ca-4cf4-acd3-5b870e7c885c
ModelInvariantUuid:705873d2-4e62-4dce-9ab0-2707e4c9575c
ModelName:BasicOnboardSejnng.compute.nodes.heat.ubuntu18
ModelUuid:0ecdf158-31cd-4401-83e1-52caa7643a1c
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T09:55:18.741Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 467c5f94-3900-4c15-95bc-85d4250c88ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:55:18.745Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||basic_onboard_SejnNG 0
2022-05-25T09:55:18.745Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 467c5f94-3900-4c15-95bc-85d4250c88ce
2022-05-25T09:55:18.745Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9b422ad8-31bf-45a7-84c3-d264e66c5823 from URL: /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json
2022-05-25T09:55:18.745Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T09:55:18.745Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json
2022-05-25T09:55:19.166Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T09:55:19.167Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json 9b422ad8-31bf-45a7-84c3-d264e66c5823 798
2022-05-25T09:55:19.167Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json ASDC sendASDCNotification
2022-05-25T09:55:19.167Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json
2022-05-25T09:55:19.167Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:55:19.167Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:19.169Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:19.170Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472519167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:19.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:19.270Z||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.
2022-05-25T09:55:19.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:19.287Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:19.287Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:55:20.170Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSejnng..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7228dae4-08c9-4781-b27b-9a290815494d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34711c1c-1afd-41d7-9524-5b283e3da506",
    "vfModuleModelCustomizationUUID": "3f8c2d03-11e5-494e-9802-2b8fdaf044cf",
    "isBase": true,
    "artifacts": [
      "3ad24270-d617-44af-9d1e-77af906ce950",
      "2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b"
    ],
    "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": ""
    }
  }
]
2022-05-25T09:55:20.175Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSejnng..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34711c1c-1afd-41d7-9524-5b283e3da506
VfModuleModelInvariantUUID:7228dae4-08c9-4781-b27b-9a290815494d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ad24270-d617-44af-9d1e-77af906ce950
,
2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b

}
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


}

2022-05-25T09:55:20.178Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSejnng..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7228dae4-08c9-4781-b27b-9a290815494d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "34711c1c-1afd-41d7-9524-5b283e3da506",
    "vfModuleModelCustomizationUUID": "3f8c2d03-11e5-494e-9802-2b8fdaf044cf",
    "isBase": true,
    "artifacts": [
      "3ad24270-d617-44af-9d1e-77af906ce950",
      "2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b"
    ],
    "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": ""
    }
  }
]
2022-05-25T09:55:20.178Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSejnng..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34711c1c-1afd-41d7-9524-5b283e3da506
VfModuleModelInvariantUUID:7228dae4-08c9-4781-b27b-9a290815494d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ad24270-d617-44af-9d1e-77af906ce950
,
2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b

}
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


}

2022-05-25T09:55:20.178Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ad24270-d617-44af-9d1e-77af906ce950 from URL: /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml
2022-05-25T09:55:20.179Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T09:55:20.179Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml
2022-05-25T09:55:20.759Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T09:55:20.760Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml 3ad24270-d617-44af-9d1e-77af906ce950 5033
2022-05-25T09:55:20.761Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T09:55:20.761Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml
2022-05-25T09:55:20.761Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:55:20.761Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:20.763Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:20.764Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472520760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:20.864Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T09:55:20.864Z||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.
2022-05-25T09:55:20.864Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:20.879Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:20.880Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:21.764Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b from URL: /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env
2022-05-25T09:55:21.766Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T09:55:21.766Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env
2022-05-25T09:55:21.985Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T09:55:21.986Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env 2d0dfb24-bb22-427c-bdc9-b9f4fc77a79b 909
2022-05-25T09:55:21.986Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T09:55:21.986Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env
2022-05-25T09:55:21.986Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:55:21.987Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:21.989Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:21.989Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472521986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:55:22.089Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:22.090Z||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.
2022-05-25T09:55:22.090Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:22.106Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:22.107Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:55:22.990Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0a7dbc5a-2ffa-468c-b325-c670a95916b2
2022-05-25T09:55:22.991Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SejnNG 0 467c5f94-3900-4c15-95bc-85d4250c88ce ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:55:23.006Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cdc3957, org.onap.sdc.toscaparser.api.parameters.Input@47a1e20f, org.onap.sdc.toscaparser.api.parameters.Input@4279fd8, org.onap.sdc.toscaparser.api.parameters.Input@4eefe596, org.onap.sdc.toscaparser.api.parameters.Input@63546b9d]
2022-05-25T09:55:23.008Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.008Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.008Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-25T09:55:23.008Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1e4f6e67-6560-4ff5-b766-0bdc40db01bb
2022-05-25T09:55:23.008Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e4f6e67-6560-4ff5-b766-0bdc40db01bb matches Tosca VF Customization UUID: 1e4f6e67-6560-4ff5-b766-0bdc40db01bb
2022-05-25T09:55:23.008Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1e4f6e67-6560-4ff5-b766-0bdc40db01bb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T09:55:23.011Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.011Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.012Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1e4f6e67-6560-4ff5-b766-0bdc40db01bb: {\"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\"}
2022-05-25T09:55:23.012Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@223e5b3a
2022-05-25T09:55:23.012Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.012Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T09:55:23.012Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f8c2d03-11e5-494e-9802-2b8fdaf044cf
2022-05-25T09:55:23.012Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f8c2d03-11e5-494e-9802-2b8fdaf044cf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T09:55:23.015Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.015Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:23.015Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:55:23.015Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.015Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:23.015Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:55:23.016Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.016Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is not matching search criteria
2022-05-25T09:55:23.016Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T09:55:23.016Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T09:55:23.016Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=770b1e96-2656-48ad-a278-01924a94767a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T09:55:23.019Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.019Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:23.019Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T09:55:23.019Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.019Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_SejnNG 0 is matching search criteria
2022-05-25T09:55:23.020Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_SejnNG 0] matching following query criteria: sdcType=VF, customizationUUID=1e4f6e67-6560-4ff5-b766-0bdc40db01bb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:55:23.021Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.021Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.022Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0a7dbc5a-2ffa-468c-b325-c670a95916b2: basic_onboard_SejnNG
2022-05-25T09:55:23.022Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.022Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.022Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.022Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.022Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.023Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.023Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.023Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.023Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:55:23.023Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_SejnNG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:55:23.023Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_SejnNG 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-05-25T09:55:23.089Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SejnNG 467c5f94-3900-4c15-95bc-85d4250c88ce 1 ASDC deployResourceStructure
2022-05-25T09:55:23.090Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json ASDC sendASDCNotification
2022-05-25T09:55:23.090Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json
2022-05-25T09:55:23.090Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:55:23.091Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:23.092Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:23.093Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472523090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:23.193Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:23.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.
2022-05-25T09:55:23.194Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:23.210Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:23.211Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:24.094Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T09:55:24.094Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml
2022-05-25T09:55:24.094Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:55:24.095Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:24.097Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:24.097Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472524094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:24.197Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:24.198Z||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.
2022-05-25T09:55:24.198Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:24.215Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:24.216Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:55:25.098Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T09:55:25.099Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env
2022-05-25T09:55:25.099Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:55:25.099Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:25.102Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:25.102Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472525098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:25.202Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T09:55:25.203Z||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.
2022-05-25T09:55:25.203Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:25.223Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:25.224Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:55:26.104Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar ASDC sendASDCNotification
2022-05-25T09:55:26.104Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar
2022-05-25T09:55:26.104Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:55:26.105Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:55:26.107Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:55:26.107Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472526104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:55:26.207Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:55:26.208Z||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.
2022-05-25T09:55:26.208Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:55:26.233Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:55:26.234Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:55:27.107Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:55:27.119Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:55:27.123Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:55:27.123Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:55:27.123Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:55:57.123Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:55:57.132Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:55:57.135Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:55:57.135Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:55:57.135Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:56:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:56:08.842Z||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.
2022-05-25T09:56:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:56:08.979Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:56:08.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:56:08.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:56:08.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:56:27.135Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:56:27.148Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:56:27.152Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:56:27.152Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:56:27.152Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:56:57.152Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:56:57.166Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:56:57.168Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:56:57.168Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:56:57.168Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:57:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:57:08.842Z||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.
2022-05-25T09:57:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:57:09.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:57:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472510467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "aai-ml",
  "timestamp": 1653472511472,
  "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=?
2022-05-25T09:57:09.383Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66ab9030-e526-445a-8861-49722a16d6a0
2022-05-25T09:57:09.384Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66ab9030-e526-445a-8861-49722a16d6a0 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 (?, ?, ?, ?, ?)
2022-05-25T09:57:09.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:57:09.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472514386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472515407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472508839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "clamp",
  "timestamp": 1653472516411,
  "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=?
2022-05-25T09:57:09.401Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66ab9030-e526-445a-8861-49722a16d6a0
2022-05-25T09:57:09.401Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66ab9030-e526-445a-8861-49722a16d6a0 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 (?, ?, ?, ?, ?)
2022-05-25T09:57:09.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472516778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:57:09.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472519167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472520760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472521986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472523090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/basic_onboard_sejnng0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472524094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472525098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/resourceInstances/basic_onboard_sejnng0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472526104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSejnng/1.0/artifacts/service-BasicOnboardSejnng-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:57:09.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:57:27.169Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:57:27.181Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:57:27.184Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:57:27.185Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:57:27.185Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:57:27.185Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:57:27.185Z|66ab9030-e526-445a-8861-49722a16d6a0|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=?
2022-05-25T09:57:27.190Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T09:57:57.190Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66ab9030-e526-445a-8861-49722a16d6a0 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=?
2022-05-25T09:57:57.198Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66ab9030-e526-445a-8861-49722a16d6a0 and serviceModelVersionId: 0a7dbc5a-2ffa-468c-b325-c670a95916b2
2022-05-25T09:57:57.199Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45693168-5ed5-4d70-8223-1b27a07cb213
2022-05-25T09:57:57.199Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0
2022-05-25T09:57:57.204Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T09:57:57.232Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0|INFO|500||Invoke
2022-05-25T09:57:57.233Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66ab9030-e526-445a-8861-49722a16d6a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[140b703f-919c-494d-ab91-1eb3d7782c13], X-ECOMP-RequestID=[66ab9030-e526-445a-8861-49722a16d6a0], X-TransactionId=[], X-ONAP-RequestID=[66ab9030-e526-445a-8861-49722a16d6a0], Content-Type=[application/merge-patch+json]}
2022-05-25T09:57:57.253Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T09:57:57.578Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-09:57:57:854-49992], vertex-id=[147528], Content-Length=[0], Date=[Wed, 25 May 2022 09:57:57 GMT], Content-Type=[application/json]}
2022-05-25T09:57:57.579Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T09:57:57.580Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45693168-5ed5-4d70-8223-1b27a07cb213/model-vers/model-ver/0a7dbc5a-2ffa-468c-b325-c670a95916b2?depth=0|INFO|500||InvokeReturn
2022-05-25T09:57:57.581Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T09:57:57.581Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:57:57.587Z|66ab9030-e526-445a-8861-49722a16d6a0|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)
2022-05-25T09:57:57.588Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66ab9030-e526-445a-8861-49722a16d6a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T09:57:57.588Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T09:57:57.588Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:57:57.590Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:57:57.590Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472677588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T09:57:57.691Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:57:57.692Z||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.
2022-05-25T09:57:57.692Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:57:57.712Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:57:57.712Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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=?
2022-05-25T09:57:58.605Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:57:58.606Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T09:57:58.606Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:58:08.842Z||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.
2022-05-25T09:58:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:08.914Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:08.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:58:08.916Z||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.
2022-05-25T09:58:08.916Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:09.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66ab9030-e526-445a-8861-49722a16d6a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472677588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T09:58:09.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:58:17.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:17.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T09:58:17.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bdf87af-3369-41d0-9ecc-bbfb235c3db0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7416e370-fd18-4945-9252-34353bf1f3ed","serviceDescription":"service","serviceInvariantUUID":"63086168-7aa8-4ede-97c0-2069541339bb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1b528de4-30a0-490e-9d33-d7fb866c83f8","resourceInvariantUUID":"8ed9227a-5d6b-4d0b-88e0-a58597db194b","resourceCustomizationUUID":"6f39086f-383f-4880-bbed-53adc8661c41","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":"Y2ZiYTkyY2U1NThhZjM3ODAzMzk5OWYyNTNjNDcxMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97bffc55-3d1e-4e02-8ba0-60aa1d90430d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mzc1NzAwZDJkNDVkMmU0Mjk3MjQ5YTViZTEzNjI0OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"259ae9bf-b97b-4c5e-a16b-f43149a7ef9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T09:58:17.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:58:17.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:58:17.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:58:17.036Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472688915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:58:17.136Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:58:17.137Z||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.
2022-05-25T09:58:17.137Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:17.152Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:17.152Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:58:18.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:58:18.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:58:18.040Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:58:18.040Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472688915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:58:18.140Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:58:18.141Z||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.
2022-05-25T09:58:18.142Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:18.161Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:18.162Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:58:19.041Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7416e370-fd18-4945-9252-34353bf1f3ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63086168-7aa8-4ede-97c0-2069541339bb",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6f39086f-383f-4880-bbed-53adc8661c41",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1b528de4-30a0-490e-9d33-d7fb866c83f8",
      "resourceInvariantUUID": "8ed9227a-5d6b-4d0b-88e0-a58597db194b",
      "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": "Mzc1NzAwZDJkNDVkMmU0Mjk3MjQ5YTViZTEzNjI0OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "259ae9bf-b97b-4c5e-a16b-f43149a7ef9d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T09:58:19.041Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T09:58:19.041Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7416e370-fd18-4945-9252-34353bf1f3ed ASDC
2022-05-25T09:58:19.042Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2bdf87af-3369-41d0-9ecc-bbfb235c3db0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7416e370-fd18-4945-9252-34353bf1f3ed
ServiceInvariantUUID:63086168-7aa8-4ede-97c0-2069541339bb
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:259ae9bf-b97b-4c5e-a16b-f43149a7ef9d
ArtifactChecksum:Mzc1NzAwZDJkNDVkMmU0Mjk3MjQ5YTViZTEzNjI0OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6f39086f-383f-4880-bbed-53adc8661c41
ResourceInvariantUUID:8ed9227a-5d6b-4d0b-88e0-a58597db194b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1b528de4-30a0-490e-9d33-d7fb866c83f8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-25T09:58:19.042Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7416e370-fd18-4945-9252-34353bf1f3ed 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 (?, ?, ?, ?, ?)
2022-05-25T09:58:19.061Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T09:58:19.061Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-25T09:58:19.061Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-25T09:58:19.061Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 259ae9bf-b97b-4c5e-a16b-f43149a7ef9d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T09:58:19.061Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T09:58:19.061Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T09:58:19.860Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T09:58:19.869Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 259ae9bf-b97b-4c5e-a16b-f43149a7ef9d 52509
2022-05-25T09:58:19.870Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T09:58:19.870Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T09:58:19.870Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T09:58:19.870Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:58:19.872Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:58:19.872Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472699869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:58:19.972Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:58:19.973Z||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.
2022-05-25T09:58:19.974Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:19.988Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:19.989Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:58:20.872Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T09:58:20.873Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-25T09:58:20.873Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 259ae9bf-b97b-4c5e-a16b-f43149a7ef9d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T09:58:20.873Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-25T09:58:20.874Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T09:58:20.874Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T09:58:20.930Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16232568770632486601/Definitions/service-BasicNetwork-template.yml
2022-05-25T09:58:21.211Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T09:58:21.211Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-25T09:58:21.211Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.212Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.213Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.213Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.213Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.213Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.213Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.213Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7416e370-fd18-4945-9252-34353bf1f3ed
Model Version:NULL
Model InvariantUuid:63086168-7aa8-4ede-97c0-2069541339bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8ed9227a-5d6b-4d0b-88e0-a58597db194b
Model UUID:0b70f660-71db-4113-92b1-fe724c15ebf6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6f39086f-383f-4880-bbed-53adc8661c41
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T09:58:21.220Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 1b528de4-30a0-490e-9d33-d7fb866c83f8
2022-05-25T09:58:21.220Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||No resources found for Service: 7416e370-fd18-4945-9252-34353bf1f3ed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:58:21.226Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||
2022-05-25T09:58:21.226Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-25T09:58:21.226Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7416e370-fd18-4945-9252-34353bf1f3ed
2022-05-25T09:58:21.226Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7416e370-fd18-4945-9252-34353bf1f3ed
2022-05-25T09:58:21.226Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-25T09:58:21.227Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:58:21.232Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a85285d, org.onap.sdc.toscaparser.api.parameters.Input@28a6dc75, org.onap.sdc.toscaparser.api.parameters.Input@71f83cf8, org.onap.sdc.toscaparser.api.parameters.Input@792f17b, org.onap.sdc.toscaparser.api.parameters.Input@74a6f614]
2022-05-25T09:58:21.233Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.234Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.234Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.234Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.234Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7416e370-fd18-4945-9252-34353bf1f3ed: Generic NeutronNet
2022-05-25T09:58:21.234Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.234Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.235Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.235Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-25T09:58:21.263Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.263Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.263Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.263Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.264Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T09:58:21.264Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T09:58:21.264Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?)
2022-05-25T09:58:21.306Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-25T09:58:21.307Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T09:58:21.307Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T09:58:21.307Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T09:58:21.307Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:58:21.309Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:58:21.309Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472701307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:58:21.409Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:58:21.410Z||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.
2022-05-25T09:58:21.410Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:58:21.425Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:58:21.426Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:58:22.309Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:58:22.320Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:58:22.324Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:58:22.324Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:58:22.324Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:58:52.325Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:58:52.334Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:58:52.336Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:58:52.336Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T09:58:52.336Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T09:59:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:59:08.842Z||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.
2022-05-25T09:59:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:09.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472688915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472692312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472694142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472692312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472688915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472694142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "policy-id",
  "timestamp": 1653472697308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "policy-id",
  "timestamp": 1653472697308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472699869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:59:09.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472699769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "policy-id",
  "timestamp": 1653472700705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472701307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472701195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "cds",
  "timestamp": 1653472700447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "policy-id",
  "timestamp": 1653472701709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:59:09.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472702198,
  "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=?
2022-05-25T09:59:09.497Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
2022-05-25T09:59:09.497Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 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 (?, ?, ?, ?, ?)
2022-05-25T09:59:09.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "cds",
  "timestamp": 1653472700447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "policy-id",
  "timestamp": 1653472702713,
  "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=?
2022-05-25T09:59:09.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
2022-05-25T09:59:09.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 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 (?, ?, ?, ?, ?)
2022-05-25T09:59:09.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472703214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "cds",
  "timestamp": 1653472703620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472703214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "cds",
  "timestamp": 1653472704634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T09:59:09.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
2022-05-25T09:59:09.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 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 (?, ?, ?, ?, ?)
2022-05-25T09:59:09.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "aai-ml",
  "timestamp": 1653472706703,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "aai-ml",
  "timestamp": 1653472706703,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "clamp",
  "timestamp": 1653472708713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "aai-ml",
  "timestamp": 1653472709508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "clamp",
  "timestamp": 1653472708713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "aai-ml",
  "timestamp": 1653472713082,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "clamp",
  "timestamp": 1653472713421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "aai-ml",
  "timestamp": 1653472714086,
  "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=?
2022-05-25T09:59:09.541Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
2022-05-25T09:59:09.541Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 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 (?, ?, ?, ?, ?)
2022-05-25T09:59:09.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "clamp",
  "timestamp": 1653472715429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T09:59:09.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T09:59:09.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T09:59:09.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "clamp",
  "timestamp": 1653472716433,
  "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=?
2022-05-25T09:59:09.553Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
2022-05-25T09:59:09.553Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 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 (?, ?, ?, ?, ?)
2022-05-25T09:59:22.336Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T09:59:22.346Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T09:59:22.348Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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=?
2022-05-25T09:59:22.352Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T09:59:52.352Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 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=?
2022-05-25T09:59:52.359Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 and serviceModelVersionId: 7416e370-fd18-4945-9252-34353bf1f3ed
2022-05-25T09:59:52.359Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63086168-7aa8-4ede-97c0-2069541339bb
2022-05-25T09:59:52.359Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63086168-7aa8-4ede-97c0-2069541339bb/model-vers/model-ver/7416e370-fd18-4945-9252-34353bf1f3ed?depth=0
2022-05-25T09:59:52.363Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T09:59:52.390Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63086168-7aa8-4ede-97c0-2069541339bb/model-vers/model-ver/7416e370-fd18-4945-9252-34353bf1f3ed?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]}
2022-05-25T09:59:52.391Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63086168-7aa8-4ede-97c0-2069541339bb/model-vers/model-ver/7416e370-fd18-4945-9252-34353bf1f3ed?depth=0|INFO|500||Invoke
2022-05-25T09:59:52.408Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63086168-7aa8-4ede-97c0-2069541339bb/model-vers/model-ver/7416e370-fd18-4945-9252-34353bf1f3ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T09:59:52.980Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63086168-7aa8-4ede-97c0-2069541339bb/model-vers/model-ver/7416e370-fd18-4945-9252-34353bf1f3ed?depth=0|INFO|500||InvokeReturn
2022-05-25T09:59:52.981Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63086168-7aa8-4ede-97c0-2069541339bb/model-vers/model-ver/7416e370-fd18-4945-9252-34353bf1f3ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-09:59:53:008-43328], vertex-id=[188648], Content-Length=[0], Date=[Wed, 25 May 2022 09:59:53 GMT], Content-Type=[application/json]}
2022-05-25T09:59:52.982Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T09:59:52.982Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T09:59:52.982Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T09:59:52.991Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||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)
2022-05-25T09:59:52.992Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bdf87af-3369-41d0-9ecc-bbfb235c3db0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T09:59:52.992Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T09:59:52.992Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:52.994Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:52.994Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472792992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T09:59:53.094Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:59:53.095Z||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.
2022-05-25T09:59:53.095Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:53.114Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:53.115Z||pool-39-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=?
2022-05-25T09:59:54.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:59:54.008Z||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.
2022-05-25T09:59:54.008Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:54.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:54.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T09:59:54.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec740520-0c6e-4bfb-b339-732545cb55b1","serviceName":"Demo_pNF_DSHBfFMXGnZpWHwI6hbO","serviceVersion":"1.0","serviceUUID":"8155607f-2264-4624-8083-2bd599aaaefe","serviceDescription":"catalog service description","serviceInvariantUUID":"8dee8e3d-b0ce-43de-be28-7202ce009fc6","resources":[{"resourceInstanceName":"pNF 0c76c060-cb63 0","resourceName":"pNF 0c76c060-cb63","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c8877989-5f4d-4241-b32a-260933719a5f","resourceInvariantUUID":"4a0624ad-272c-4ae7-a71f-c5a85d283504","resourceCustomizationUUID":"38daa73f-318b-41f8-b988-0800199701b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml","artifactChecksum":"N2Q4NzE0Zjg5NmFlMjQyOTE1YTkyMDg0Y2MyNDFjYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d607dd5-47be-4975-aca3-b25ea9443705","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar","artifactChecksum":"NTBjN2ZlMTAwMjllZDUzNDhhNjRiN2M1YTNmYWI3OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6cbc4412-b1ab-456f-911c-facefb9f3836","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e63cf3f7-11a6-4e19-a60e-5b578fd3fbdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml","artifactChecksum":"ZWVlOTI5ZGNkMDA3OTM3YmEwYzA2ZjZkYjgzNjM0ODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b46f94cc-b31a-4306-8433-45be157277f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52bc54f3-fb43-4a55-b73d-d1b243cedaea","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a40cfae-7747-4187-8f14-925dad89aeb1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml","artifactChecksum":"ZmQxZGIwZWZiNDdmOTQ3MWFlMWRjYjRiMDVhOTZmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d926ffd-7537-42a0-a356-f9c2e327ad12","artifactVersion":"1"},{"artifactName":"service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar","artifactChecksum":"OWNkNmZlMTFkYjUxMzQxM2QxZjRlNDBhNzQ0YTlkZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"358203eb-cbf3-4707-8756-57c8458726f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T09:59:54.641Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:59:54.641Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:54.643Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:54.643Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:54.743Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:59:54.744Z||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.
2022-05-25T09:59:54.744Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:54.759Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:54.759Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:59:55.644Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:59:55.645Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:55.646Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:55.646Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:55.747Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T09:59:55.748Z||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.
2022-05-25T09:59:55.748Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:55.766Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:55.768Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:59:56.647Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:59:56.648Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:56.649Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:56.649Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:56.750Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:59:56.751Z||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.
2022-05-25T09:59:56.751Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:56.767Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:56.768Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:59:57.650Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:59:57.651Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:57.652Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:57.652Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:57.753Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:59:57.753Z||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.
2022-05-25T09:59:57.754Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:57.770Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:57.770Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T09:59:58.653Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:59:58.654Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:58.656Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:58.656Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:58.756Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:59:58.757Z||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.
2022-05-25T09:59:58.757Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:58.773Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:58.774Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T09:59:59.656Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T09:59:59.657Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T09:59:59.659Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T09:59:59.659Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T09:59:59.759Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T09:59:59.760Z||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.
2022-05-25T09:59:59.760Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T09:59:59.776Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T09:59:59.776Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:00:00.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:00:00.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:00:00.662Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:00:00.662Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:00.762Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:00:00.763Z||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.
2022-05-25T10:00:00.763Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:00:00.780Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:00.781Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:00:01.663Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:00:01.664Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:00:01.666Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:00:01.667Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:01.767Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:00:01.768Z||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.
2022-05-25T10:00:01.768Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:00:01.787Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:01.788Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:00:02.668Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "serviceName": "Demo_pNF_DSHBfFMXGnZpWHwI6hbO",
  "serviceVersion": "1.0",
  "serviceUUID": "8155607f-2264-4624-8083-2bd599aaaefe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8dee8e3d-b0ce-43de-be28-7202ce009fc6",
  "resources": [
    {
      "resourceInstanceName": "pNF 0c76c060-cb63 0",
      "resourceCustomizationUUID": "38daa73f-318b-41f8-b988-0800199701b6",
      "resourceName": "pNF 0c76c060-cb63",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c8877989-5f4d-4241-b32a-260933719a5f",
      "resourceInvariantUUID": "4a0624ad-272c-4ae7-a71f-c5a85d283504",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
      "artifactChecksum": "OWNkNmZlMTFkYjUxMzQxM2QxZjRlNDBhNzQ0YTlkZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "358203eb-cbf3-4707-8756-57c8458726f5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:00:02.669Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:00:02.669Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8155607f-2264-4624-8083-2bd599aaaefe ASDC
2022-05-25T10:00:02.670Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec740520-0c6e-4bfb-b339-732545cb55b1
ServiceName:Demo_pNF_DSHBfFMXGnZpWHwI6hbO
ServiceVersion:1.0
ServiceUUID:8155607f-2264-4624-8083-2bd599aaaefe
ServiceInvariantUUID:8dee8e3d-b0ce-43de-be28-7202ce009fc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
ArtifactUUID:358203eb-cbf3-4707-8756-57c8458726f5
ArtifactChecksum:OWNkNmZlMTFkYjUxMzQxM2QxZjRlNDBhNzQ0YTlkZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0c76c060-cb63 0
ResourceCustomizationUUID:38daa73f-318b-41f8-b988-0800199701b6
ResourceInvariantUUID:4a0624ad-272c-4ae7-a71f-c5a85d283504
ResourceName:pNF 0c76c060-cb63
ResourceType:PNF
ResourceUUID:c8877989-5f4d-4241-b32a-260933719a5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T10:00:02.670Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8155607f-2264-4624-8083-2bd599aaaefe 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:02.701Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:00:02.702Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:00:02.702Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:00:02.702Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 358203eb-cbf3-4707-8756-57c8458726f5 from URL: /sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:02.702Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:00:02.706Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:02.765Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:00:02.768Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar 358203eb-cbf3-4707-8756-57c8458726f5 82660
2022-05-25T10:00:02.768Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar ASDC sendASDCNotification
2022-05-25T10:00:02.768Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:02.768Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:00:02.768Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:00:02.770Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:00:02.770Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472802768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:02.870Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:00:02.871Z||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.
2022-05-25T10:00:02.871Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:00:02.896Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:02.896Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:00:03.771Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:00:03.772Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:00:03.772Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 358203eb-cbf3-4707-8756-57c8458726f5, URL: /sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar to file: /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:03.773Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:03.773Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:03.774Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:03.845Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2444499037282073433/Definitions/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0c76c060-cb63 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-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.318Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Node template pNF 0c76c060-cb63 0 is matching search criteria
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 0c76c060-cb63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Node template pNF 0c76c060-cb63 0 is matching search criteria
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 0c76c060-cb63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.319Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DSHBfFMXGnZpWHwI6hbO
Description:catalog service description
Model UUID:8155607f-2264-4624-8083-2bd599aaaefe
Model Version:NULL
Model InvariantUuid:8dee8e3d-b0ce-43de-be28-7202ce009fc6
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:00:04.326Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: c8877989-5f4d-4241-b32a-260933719a5f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:00:04.329Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||pNF 0c76c060-cb63 0
2022-05-25T10:00:04.329Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c8877989-5f4d-4241-b32a-260933719a5f
2022-05-25T10:00:04.329Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8155607f-2264-4624-8083-2bd599aaaefe
2022-05-25T10:00:04.329Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8155607f-2264-4624-8083-2bd599aaaefe
2022-05-25T10:00:04.329Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0c76c060-cb63 0 c8877989-5f4d-4241-b32a-260933719a5f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:00:04.332Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b691dfd, org.onap.sdc.toscaparser.api.parameters.Input@64a3f1ab, org.onap.sdc.toscaparser.api.parameters.Input@6372e87, org.onap.sdc.toscaparser.api.parameters.Input@7e371bd7, org.onap.sdc.toscaparser.api.parameters.Input@1d527719]
2022-05-25T10:00:04.332Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.333Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.333Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8155607f-2264-4624-8083-2bd599aaaefe: pNF 0c76c060-cb63
2022-05-25T10:00:04.333Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Processing PNF resource: c8877989-5f4d-4241-b32a-260933719a5f
2022-05-25T10:00:04.333Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:00:04.333Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DSHBfFMXGnZpWHwI6hbO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:00:04.333Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||Resource customization UUID: 38daa73f-318b-41f8-b988-0800199701b6 is the same as notified resource customizationUUID: 38daa73f-318b-41f8-b988-0800199701b6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?)
2022-05-25T10:00:04.365Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0c76c060-cb63 c8877989-5f4d-4241-b32a-260933719a5f 0 ASDC deployResourceStructure
2022-05-25T10:00:04.366Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar ASDC sendASDCNotification
2022-05-25T10:00:04.366Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar
2022-05-25T10:00:04.366Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:00:04.366Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:00:04.367Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:00:04.368Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472804366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:04.468Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:00:04.469Z||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.
2022-05-25T10:00:04.469Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:00:04.483Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:04.484Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:00:05.368Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec740520-0c6e-4bfb-b339-732545cb55b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:00:05.379Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec740520-0c6e-4bfb-b339-732545cb55b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:00:05.381Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:00:05.381Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:00:05.382Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:00:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:00:08.842Z||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.
2022-05-25T10:00:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:00:09.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:00:09.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472763214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472757308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472760447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472774033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472774012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472766703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472775038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "cds",
  "timestamp": 1653472775018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-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=?
2022-05-25T10:00:09.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec740520-0c6e-4bfb-b339-732545cb55b1
2022-05-25T10:00:09.502Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec740520-0c6e-4bfb-b339-732545cb55b1 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:09.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472775460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "policy-id",
  "timestamp": 1653472776042,
  "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=?
2022-05-25T10:00:09.516Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec740520-0c6e-4bfb-b339-732545cb55b1
2022-05-25T10:00:09.516Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec740520-0c6e-4bfb-b339-732545cb55b1 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:09.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472768713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472779171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472772312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "aai-ml",
  "timestamp": 1653472780176,
  "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=?
2022-05-25T10:00:09.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec740520-0c6e-4bfb-b339-732545cb55b1
2022-05-25T10:00:09.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec740520-0c6e-4bfb-b339-732545cb55b1 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:09.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472781174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472782285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:09.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472783288,
  "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=?
2022-05-25T10:00:09.544Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ec740520-0c6e-4bfb-b339-732545cb55b1
2022-05-25T10:00:09.544Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec740520-0c6e-4bfb-b339-732545cb55b1 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:09.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472787432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472789440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "clamp",
  "timestamp": 1653472790444,
  "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=?
2022-05-25T10:00:09.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec740520-0c6e-4bfb-b339-732545cb55b1
2022-05-25T10:00:09.561Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec740520-0c6e-4bfb-b339-732545cb55b1 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:09.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472784142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdf87af-3369-41d0-9ecc-bbfb235c3db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472792992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472793162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472794787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472795790,
  "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=?
2022-05-25T10:00:09.572Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec740520-0c6e-4bfb-b339-732545cb55b1
2022-05-25T10:00:09.573Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec740520-0c6e-4bfb-b339-732545cb55b1 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 (?, ?, ?, ?, ?)
2022-05-25T10:00:09.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/resourceInstances/pnf0c76c060cb630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472794008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472802768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472804366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDshbffmxgnzpwhwi6hbo/1.0/artifacts/service-DemoPnfDshbffmxgnzpwhwi6hbo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:00:09.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:00:09.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:00:35.382Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec740520-0c6e-4bfb-b339-732545cb55b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:00:35.392Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec740520-0c6e-4bfb-b339-732545cb55b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:00:35.394Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:00:35.394Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:00:35.394Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:00:35.395Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:00:35.399Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:01:05.399Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec740520-0c6e-4bfb-b339-732545cb55b1 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=?
2022-05-25T10:01:05.414Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec740520-0c6e-4bfb-b339-732545cb55b1 and serviceModelVersionId: 8155607f-2264-4624-8083-2bd599aaaefe
2022-05-25T10:01:05.415Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8dee8e3d-b0ce-43de-be28-7202ce009fc6
2022-05-25T10:01:05.417Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8dee8e3d-b0ce-43de-be28-7202ce009fc6/model-vers/model-ver/8155607f-2264-4624-8083-2bd599aaaefe?depth=0
2022-05-25T10:01:05.426Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:01:05.466Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dee8e3d-b0ce-43de-be28-7202ce009fc6/model-vers/model-ver/8155607f-2264-4624-8083-2bd599aaaefe?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]}
2022-05-25T10:01:05.468Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dee8e3d-b0ce-43de-be28-7202ce009fc6/model-vers/model-ver/8155607f-2264-4624-8083-2bd599aaaefe?depth=0|INFO|500||Invoke
2022-05-25T10:01:05.486Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dee8e3d-b0ce-43de-be28-7202ce009fc6/model-vers/model-ver/8155607f-2264-4624-8083-2bd599aaaefe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T10:01:05.586Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dee8e3d-b0ce-43de-be28-7202ce009fc6/model-vers/model-ver/8155607f-2264-4624-8083-2bd599aaaefe?depth=0|INFO|500||InvokeReturn
2022-05-25T10:01:05.586Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8dee8e3d-b0ce-43de-be28-7202ce009fc6/model-vers/model-ver/8155607f-2264-4624-8083-2bd599aaaefe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-10:01:06:086-11079], vertex-id=[200904], Content-Length=[0], Date=[Wed, 25 May 2022 10:01:06 GMT], Content-Type=[application/json]}
2022-05-25T10:01:05.586Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:01:05.587Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:01:05.587Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:01:05.593Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:01:05.593Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec740520-0c6e-4bfb-b339-732545cb55b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T10:01:05.593Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:01:05.594Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:05.596Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:05.596Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472865593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:01:05.696Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:05.697Z||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.
2022-05-25T10:01:05.697Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:05.718Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:05.718Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 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=?
2022-05-25T10:01:06.619Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:01:06.620Z|ec740520-0c6e-4bfb-b339-732545cb55b1|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.
2022-05-25T10:01:06.620Z|ec740520-0c6e-4bfb-b339-732545cb55b1|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:07.247Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:07.248Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T10:01:07.248Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1da62e0e-4927-41da-930e-4492e400e625","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d255945d-25f6-41fa-b52b-a0e6a28797d0","serviceDescription":"service","serviceInvariantUUID":"894383eb-8847-49bb-aeab-dce82c37ba16","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a98f18a-ee51-433c-b534-4edc1dce6432","resourceInvariantUUID":"21d61d0b-81fc-4086-924b-91d3a4cebcda","resourceCustomizationUUID":"9689a7f6-bcf2-4417-ab95-35563f9ea5f9","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":"NjI4NjZmMzZkN2FkMjdlNTEyNmI5MTBlMTIxZTM5ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc5cd859-f991-4448-9d23-8787f3f3cfc0","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":"11a57629-307a-48a5-8fcc-1c6572859bae","artifactVersion":"2","generatedFromUUID":"43a853c6-7d33-4f2f-b1c2-68c0779e1f53"},{"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":"43a853c6-7d33-4f2f-b1c2-68c0779e1f53","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":"MWUzNzI2MGQ2YzU4ODE3N2IwYzg4ZTAzNjA0NTc3NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2783b15e-b559-4b37-8b9b-ada46620bfd5","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":"fbb2e2fa-14d9-422a-9610-8e01597060a4","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":"58d9de3d-f9fb-4c27-bdb8-486fd9cf06f4","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":"5a283063-5010-432d-a06f-f1ff4951cdf5","artifactVersion":"2","generatedFromUUID":"fbb2e2fa-14d9-422a-9610-8e01597060a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDUxMTI3M2VhZmI0NjBkZTUzOTU4N2ZmODViYzc2MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cefa426-87f1-4a87-8313-ff1dd41066be","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTZlYWI4ZGIwYjkwMjI0ZTM2OWY5Njk0NWE2M2YxNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cecace2-816c-4539-af8f-e78541056293","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T10:01:07.251Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:07.251Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:07.252Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:07.253Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:01:07.353Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:07.353Z||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.
2022-05-25T10:01:07.354Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:07.372Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:07.372Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:08.254Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:08.254Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:08.258Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:08.258Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T10:01:08.358Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:08.359Z||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.
2022-05-25T10:01:08.359Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:08.376Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:08.376Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:01:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:01:08.842Z||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.
2022-05-25T10:01:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:08.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:08.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:01:08.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:01:08.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:01:09.259Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:09.259Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:09.262Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:09.262Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T10:01:09.364Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-25T10:01:09.365Z||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.
2022-05-25T10:01:09.365Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:09.380Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:09.380Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:10.263Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:10.263Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:10.266Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:10.266Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:01:10.366Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:10.367Z||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.
2022-05-25T10:01:10.367Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:10.381Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:10.382Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:11.266Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:11.267Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:11.269Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:11.270Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:01:11.370Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:11.371Z||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.
2022-05-25T10:01:11.371Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:11.385Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:11.385Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:12.270Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:12.271Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:12.272Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:12.272Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:01:12.372Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:12.373Z||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.
2022-05-25T10:01:12.373Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:12.388Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:12.388Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:13.273Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:13.274Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:13.275Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:13.275Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T10:01:13.376Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:13.376Z||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.
2022-05-25T10:01:13.377Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:13.395Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:13.396Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:01:14.276Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:14.276Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:14.278Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:14.278Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:01:14.378Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:14.379Z||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.
2022-05-25T10:01:14.379Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:14.394Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:14.395Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:15.279Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:01:15.280Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:15.282Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:15.282Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:01:15.382Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:15.383Z||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.
2022-05-25T10:01:15.383Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:15.397Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:15.398Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:16.284Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d255945d-25f6-41fa-b52b-a0e6a28797d0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "894383eb-8847-49bb-aeab-dce82c37ba16",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9689a7f6-bcf2-4417-ab95-35563f9ea5f9",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a98f18a-ee51-433c-b534-4edc1dce6432",
      "resourceInvariantUUID": "21d61d0b-81fc-4086-924b-91d3a4cebcda",
      "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": "11a57629-307a-48a5-8fcc-1c6572859bae",
          "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": "43a853c6-7d33-4f2f-b1c2-68c0779e1f53",
          "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": "MWUzNzI2MGQ2YzU4ODE3N2IwYzg4ZTAzNjA0NTc3NDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2783b15e-b559-4b37-8b9b-ada46620bfd5",
          "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": "fbb2e2fa-14d9-422a-9610-8e01597060a4",
          "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": "5a283063-5010-432d-a06f-f1ff4951cdf5",
            "generatedFromUUID": "fbb2e2fa-14d9-422a-9610-8e01597060a4"
          },
          "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": "5a283063-5010-432d-a06f-f1ff4951cdf5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTZlYWI4ZGIwYjkwMjI0ZTM2OWY5Njk0NWE2M2YxNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8cecace2-816c-4539-af8f-e78541056293"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:01:16.284Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:01:16.284Z|ec740520-0c6e-4bfb-b339-732545cb55b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d255945d-25f6-41fa-b52b-a0e6a28797d0 ASDC
2022-05-25T10:01:16.285Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1da62e0e-4927-41da-930e-4492e400e625
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d255945d-25f6-41fa-b52b-a0e6a28797d0
ServiceInvariantUUID:894383eb-8847-49bb-aeab-dce82c37ba16
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:8cecace2-816c-4539-af8f-e78541056293
ArtifactChecksum:NTZlYWI4ZGIwYjkwMjI0ZTM2OWY5Njk0NWE2M2YxNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9689a7f6-bcf2-4417-ab95-35563f9ea5f9
ResourceInvariantUUID:21d61d0b-81fc-4086-924b-91d3a4cebcda
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2a98f18a-ee51-433c-b534-4edc1dce6432
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:11a57629-307a-48a5-8fcc-1c6572859bae
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:43a853c6-7d33-4f2f-b1c2-68c0779e1f53
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:2783b15e-b559-4b37-8b9b-ada46620bfd5
ArtifactChecksum:MWUzNzI2MGQ2YzU4ODE3N2IwYzg4ZTAzNjA0NTc3NDE=
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:fbb2e2fa-14d9-422a-9610-8e01597060a4
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:5a283063-5010-432d-a06f-f1ff4951cdf5
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:5a283063-5010-432d-a06f-f1ff4951cdf5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T10:01:16.285Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d255945d-25f6-41fa-b52b-a0e6a28797d0 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 (?, ?, ?, ?, ?)
2022-05-25T10:01:16.320Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:01:16.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:01:16.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:01:16.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8cecace2-816c-4539-af8f-e78541056293 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T10:01:16.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:01:16.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T10:01:16.656Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:01:16.659Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8cecace2-816c-4539-af8f-e78541056293 68965
2022-05-25T10:01:16.659Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T10:01:16.659Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T10:01:16.659Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:01:16.659Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:16.661Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:16.661Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472876659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:01:16.762Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:16.762Z||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.
2022-05-25T10:01:16.762Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:16.780Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:16.781Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:01:17.662Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:01:17.663Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:01:17.663Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8cecace2-816c-4539-af8f-e78541056293, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:17.663Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-25T10:01:17.664Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:17.664Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:17.796Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3332381016925139480/Definitions/service-BasicCnf-template.yml
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:01:18.628Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.629Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:18.630Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5dc13012-c9c7-4d9f-83f5-94326436c980
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:18.631Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d255945d-25f6-41fa-b52b-a0e6a28797d0
Model Version:NULL
Model InvariantUuid:894383eb-8847-49bb-aeab-dce82c37ba16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d9900684-afea-4725-89d1-683017e15de0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21d61d0b-81fc-4086-924b-91d3a4cebcda
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9689a7f6-bcf2-4417-ab95-35563f9ea5f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:add6c008-6b2b-4508-9dcf-e1b49994df5c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c7b3da90-e7a9-492e-968c-740286836703
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5dc13012-c9c7-4d9f-83f5-94326436c980
ModelInvariantUuid:cb715604-46f1-4fd7-9c35-255df05a26a7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2e1ab804-d5e9-43d4-9fca-1e717827d140
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:56b03fe2-abc6-4539-a8c3-26da99642c1e
ModelInvariantUuid:4d77c99f-9439-4c34-a2ff-a07b950c9dd0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:21ec767e-8bdf-40d5-afa6-ba0669b83145
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:01:18.636Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a98f18a-ee51-433c-b534-4edc1dce6432
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:01:18.638Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-05-25T10:01:18.639Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a98f18a-ee51-433c-b534-4edc1dce6432
2022-05-25T10:01:18.639Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11a57629-307a-48a5-8fcc-1c6572859bae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T10:01:18.639Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:01:18.639Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T10:01:18.957Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:01:18.958Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 11a57629-307a-48a5-8fcc-1c6572859bae 12
2022-05-25T10:01:18.958Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-25T10:01:18.958Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T10:01:18.959Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:01:18.959Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:18.961Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:18.961Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472878958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:01:19.061Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:19.062Z||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.
2022-05-25T10:01:19.062Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:19.078Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:19.079Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:19.962Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 43a853c6-7d33-4f2f-b1c2-68c0779e1f53 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T10:01:19.962Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:01:19.962Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T10:01:20.277Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:01:20.278Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 43a853c6-7d33-4f2f-b1c2-68c0779e1f53 2688
2022-05-25T10:01:20.278Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-25T10:01:20.278Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T10:01:20.278Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:01:20.279Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:20.281Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:20.281Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472880278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:01:20.381Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:20.382Z||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.
2022-05-25T10:01:20.382Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:20.396Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:20.396Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:01:21.283Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2783b15e-b559-4b37-8b9b-ada46620bfd5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T10:01:21.283Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:01:21.283Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T10:01:21.579Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:01:21.579Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2783b15e-b559-4b37-8b9b-ada46620bfd5 828
2022-05-25T10:01:21.580Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-25T10:01:21.580Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T10:01:21.580Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:01:21.580Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:21.582Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:21.583Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472881580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:01:21.683Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:21.684Z||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.
2022-05-25T10:01:21.685Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:21.704Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:21.705Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:22.583Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "add6c008-6b2b-4508-9dcf-e1b49994df5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7b3da90-e7a9-492e-968c-740286836703",
    "vfModuleModelCustomizationUUID": "1ded291b-403b-49a4-acc7-42f6b0bd6fd2",
    "isBase": true,
    "artifacts": [
      "43a853c6-7d33-4f2f-b1c2-68c0779e1f53",
      "fbb2e2fa-14d9-422a-9610-8e01597060a4",
      "5a283063-5010-432d-a06f-f1ff4951cdf5"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:01:22.589Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7b3da90-e7a9-492e-968c-740286836703
VfModuleModelInvariantUUID:add6c008-6b2b-4508-9dcf-e1b49994df5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
43a853c6-7d33-4f2f-b1c2-68c0779e1f53
,
fbb2e2fa-14d9-422a-9610-8e01597060a4
,
5a283063-5010-432d-a06f-f1ff4951cdf5

}
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


}

2022-05-25T10:01:22.591Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "add6c008-6b2b-4508-9dcf-e1b49994df5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7b3da90-e7a9-492e-968c-740286836703",
    "vfModuleModelCustomizationUUID": "1ded291b-403b-49a4-acc7-42f6b0bd6fd2",
    "isBase": true,
    "artifacts": [
      "43a853c6-7d33-4f2f-b1c2-68c0779e1f53",
      "fbb2e2fa-14d9-422a-9610-8e01597060a4",
      "5a283063-5010-432d-a06f-f1ff4951cdf5"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:01:22.591Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7b3da90-e7a9-492e-968c-740286836703
VfModuleModelInvariantUUID:add6c008-6b2b-4508-9dcf-e1b49994df5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
43a853c6-7d33-4f2f-b1c2-68c0779e1f53
,
fbb2e2fa-14d9-422a-9610-8e01597060a4
,
5a283063-5010-432d-a06f-f1ff4951cdf5

}
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


}

2022-05-25T10:01:22.592Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fbb2e2fa-14d9-422a-9610-8e01597060a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T10:01:22.592Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:01:22.592Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T10:01:22.785Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:01:22.785Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fbb2e2fa-14d9-422a-9610-8e01597060a4 1164
2022-05-25T10:01:22.785Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-25T10:01:22.786Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T10:01:22.786Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:01:22.786Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:22.798Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:22.798Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472882785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:01:22.888Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-25T10:01:22.889Z||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.
2022-05-25T10:01:22.889Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:22.905Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:22.906Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:23.799Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5a283063-5010-432d-a06f-f1ff4951cdf5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T10:01:23.799Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:01:23.799Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T10:01:23.978Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:01:23.978Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5a283063-5010-432d-a06f-f1ff4951cdf5 200
2022-05-25T10:01:23.978Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-25T10:01:23.978Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T10:01:23.978Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:01:23.979Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:23.981Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:23.981Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472883978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:01:24.081Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:24.082Z||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.
2022-05-25T10:01:24.082Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:24.106Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:24.106Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:01:24.982Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d255945d-25f6-41fa-b52b-a0e6a28797d0
2022-05-25T10:01:24.982Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2a98f18a-ee51-433c-b534-4edc1dce6432 ASDC
2022-05-25T10:01:24.992Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:01:25.003Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e28fe78, org.onap.sdc.toscaparser.api.parameters.Input@593fbad8, org.onap.sdc.toscaparser.api.parameters.Input@8b96186, org.onap.sdc.toscaparser.api.parameters.Input@48c06b75, org.onap.sdc.toscaparser.api.parameters.Input@2172872b]
2022-05-25T10:01:25.004Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.005Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.005Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-25T10:01:25.005Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9689a7f6-bcf2-4417-ab95-35563f9ea5f9
2022-05-25T10:01:25.005Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9689a7f6-bcf2-4417-ab95-35563f9ea5f9 matches Tosca VF Customization UUID: 9689a7f6-bcf2-4417-ab95-35563f9ea5f9
2022-05-25T10:01:25.005Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9689a7f6-bcf2-4417-ab95-35563f9ea5f9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T10:01:25.007Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.007Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.008Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9689a7f6-bcf2-4417-ab95-35563f9ea5f9: {\"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\"}
2022-05-25T10:01:25.008Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d19a4b8
2022-05-25T10:01:25.008Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.008Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:01:25.008Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ded291b-403b-49a4-acc7-42f6b0bd6fd2
2022-05-25T10:01:25.008Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ded291b-403b-49a4-acc7-42f6b0bd6fd2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.011Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T10:01:25.012Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T10:01:25.012Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5dc13012-c9c7-4d9f-83f5-94326436c980
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T10:01:25.014Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.014Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:25.014Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:01:25.014Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.014Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T10:01:25.015Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9689a7f6-bcf2-4417-ab95-35563f9ea5f9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:01:25.016Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.016Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.016Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d255945d-25f6-41fa-b52b-a0e6a28797d0: basic_cnf
2022-05-25T10:01:25.016Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.016Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.016Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:01:25.017Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-05-25T10:01:25.065Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2a98f18a-ee51-433c-b534-4edc1dce6432 1 ASDC deployResourceStructure
2022-05-25T10:01:25.066Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-25T10:01:25.066Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-25T10:01:25.066Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T10:01:25.067Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:25.069Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:25.069Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472885066,
  "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"
}
2022-05-25T10:01:25.169Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:25.169Z||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.
2022-05-25T10:01:25.169Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:25.186Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:25.186Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:26.070Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-25T10:01:26.070Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-25T10:01:26.070Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T10:01:26.070Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:26.072Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:26.072Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472886069,
  "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"
}
2022-05-25T10:01:26.172Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:26.173Z||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.
2022-05-25T10:01:26.173Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:26.188Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:26.189Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:27.073Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-25T10:01:27.074Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T10:01:27.074Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:01:27.074Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:27.075Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:27.076Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472887073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:01:27.176Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:27.176Z||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.
2022-05-25T10:01:27.176Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:27.190Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:27.190Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:28.077Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-25T10:01:28.077Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T10:01:28.077Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:01:28.078Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:28.079Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:28.079Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472888077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:01:28.179Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:28.180Z||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.
2022-05-25T10:01:28.180Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:28.196Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:28.197Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:29.082Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-25T10:01:29.082Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T10:01:29.082Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:01:29.082Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:29.084Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:29.084Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472889081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:01:29.184Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:29.184Z||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.
2022-05-25T10:01:29.185Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:29.201Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:29.201Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:01:30.084Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T10:01:30.085Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T10:01:30.085Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:01:30.085Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:01:30.089Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:01:30.090Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472890084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:01:30.190Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:01:30.191Z||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.
2022-05-25T10:01:30.191Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:01:30.210Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:01:30.210Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:01:31.090Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:01:31.104Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:01:31.106Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:01:31.106Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:01:31.106Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:02:01.107Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:02:01.118Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:02:01.120Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:02:01.120Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:02:01.120Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:02:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:02:08.842Z||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.
2022-05-25T10:02:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:02:08.870Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:02:08.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472805447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472798713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472803214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472797308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472817334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472817873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472817666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "cds",
  "timestamp": 1653472818382,
  "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=?
2022-05-25T10:02:08.897Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1da62e0e-4927-41da-930e-4492e400e625
2022-05-25T10:02:08.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da62e0e-4927-41da-930e-4492e400e625 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:08.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472818671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472819173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "policy-id",
  "timestamp": 1653472819674,
  "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=?
2022-05-25T10:02:08.911Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1da62e0e-4927-41da-930e-4492e400e625
2022-05-25T10:02:08.912Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da62e0e-4927-41da-930e-4492e400e625 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:08.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472812312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472820874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472822474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472814142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472823520,
  "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=?
2022-05-25T10:02:08.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1da62e0e-4927-41da-930e-4492e400e625
2022-05-25T10:02:08.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da62e0e-4927-41da-930e-4492e400e625 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=?
2022-05-25T10:02:08.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472824438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472824523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472824497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472826445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472826359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "clamp",
  "timestamp": 1653472827448,
  "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=?
2022-05-25T10:02:08.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1da62e0e-4927-41da-930e-4492e400e625
2022-05-25T10:02:08.935Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da62e0e-4927-41da-930e-4492e400e625 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:08.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472827363,
  "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=?
2022-05-25T10:02:08.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1da62e0e-4927-41da-930e-4492e400e625
2022-05-25T10:02:08.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da62e0e-4927-41da-930e-4492e400e625 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:08.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472825528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472820447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472820677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472828713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472835206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472835550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472826703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472835355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "cds",
  "timestamp": 1653472836212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T10:02:08.974Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac196008-f518-4037-b356-1fa1ab2e990c
2022-05-25T10:02:08.975Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac196008-f518-4037-b356-1fa1ab2e990c 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:08.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472836358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472836614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472836434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "policy-id",
  "timestamp": 1653472837362,
  "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=?
2022-05-25T10:02:08.986Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac196008-f518-4037-b356-1fa1ab2e990c
2022-05-25T10:02:08.986Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac196008-f518-4037-b356-1fa1ab2e990c 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:08.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472837784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:08.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:08.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653472832314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:08.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:08.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:08.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472838805,
  "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=?
2022-05-25T10:02:08.997Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac196008-f518-4037-b356-1fa1ab2e990c
2022-05-25T10:02:08.997Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac196008-f518-4037-b356-1fa1ab2e990c 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=?
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653472839809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472841441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472843447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472843367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:09.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "clamp",
  "timestamp": 1653472844450,
  "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=?
2022-05-25T10:02:09.007Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac196008-f518-4037-b356-1fa1ab2e990c
2022-05-25T10:02:09.008Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac196008-f518-4037-b356-1fa1ab2e990c 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:09.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "aai-ml",
  "timestamp": 1653472844371,
  "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=?
2022-05-25T10:02:09.025Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1da62e0e-4927-41da-930e-4492e400e625
2022-05-25T10:02:09.025Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1da62e0e-4927-41da-930e-4492e400e625 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:09.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472844142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472852005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472853920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653472854923,
  "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=?
2022-05-25T10:02:09.039Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac196008-f518-4037-b356-1fa1ab2e990c
2022-05-25T10:02:09.039Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac196008-f518-4037-b356-1fa1ab2e990c 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 (?, ?, ?, ?, ?)
2022-05-25T10:02:09.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472856703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472864409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:02:09.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec740520-0c6e-4bfb-b339-732545cb55b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472865593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T10:02:09.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:02:31.120Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:02:31.129Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:02:31.131Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:02:31.135Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:03:01.136Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1da62e0e-4927-41da-930e-4492e400e625 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=?
2022-05-25T10:03:01.143Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1da62e0e-4927-41da-930e-4492e400e625 and serviceModelVersionId: d255945d-25f6-41fa-b52b-a0e6a28797d0
2022-05-25T10:03:01.143Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 894383eb-8847-49bb-aeab-dce82c37ba16
2022-05-25T10:03:01.144Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/894383eb-8847-49bb-aeab-dce82c37ba16/model-vers/model-ver/d255945d-25f6-41fa-b52b-a0e6a28797d0?depth=0
2022-05-25T10:03:01.150Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:03:01.174Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894383eb-8847-49bb-aeab-dce82c37ba16/model-vers/model-ver/d255945d-25f6-41fa-b52b-a0e6a28797d0?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]}
2022-05-25T10:03:01.176Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894383eb-8847-49bb-aeab-dce82c37ba16/model-vers/model-ver/d255945d-25f6-41fa-b52b-a0e6a28797d0?depth=0|INFO|500||Invoke
2022-05-25T10:03:01.192Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894383eb-8847-49bb-aeab-dce82c37ba16/model-vers/model-ver/d255945d-25f6-41fa-b52b-a0e6a28797d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T10:03:01.277Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894383eb-8847-49bb-aeab-dce82c37ba16/model-vers/model-ver/d255945d-25f6-41fa-b52b-a0e6a28797d0?depth=0|INFO|500||InvokeReturn
2022-05-25T10:03:01.278Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894383eb-8847-49bb-aeab-dce82c37ba16/model-vers/model-ver/d255945d-25f6-41fa-b52b-a0e6a28797d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-10:03:01:792-48415], vertex-id=[209032], Content-Length=[0], Date=[Wed, 25 May 2022 10:03:01 GMT], Content-Type=[application/json]}
2022-05-25T10:03:01.278Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:03:01.279Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:03:01.279Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:03:01.287Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:03:01.287Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1da62e0e-4927-41da-930e-4492e400e625 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T10:03:01.288Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:03:01.288Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:01.290Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:01.290Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472981288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:03:01.390Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:01.391Z||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.
2022-05-25T10:03:01.391Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:01.436Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:01.436Z||pool-72-thread-1|||||INFO|500||cambria reply ok (46 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=?
2022-05-25T10:03:02.302Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T10:03:02.302Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac196008-f518-4037-b356-1fa1ab2e990c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e8baefd7-744d-45c3-aba1-99b312ca8114","serviceDescription":"service","serviceInvariantUUID":"9ca250e8-3a59-481e-8c85-e13ac0b31932","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e73ee341-44b0-47e8-93bd-f70dcf480219","resourceInvariantUUID":"9ae2c1ee-9f65-40e9-a6f8-417149712062","resourceCustomizationUUID":"6cb7a245-87ae-4888-bfaf-301d3f82a003","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":"YTZhNGVlM2VlNmM5NzY3ODA1YTA0ODM0NmVhZGRkNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22b2941f-6835-45e0-852b-fa09acbdec09","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":"YjY3OGE2ZDJhYWQ4MDNlNDJhZDFmNTk3ZjEzNWMxOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19e8fdb2-4f75-4a9f-a152-7add1de6c87f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2241f69a-feb1-4143-a1a2-1a6b7e465e6e","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":"22f8833a-37b1-4932-bb2d-c8abb7050b4e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15685fb1-4fb2-4a80-8075-f0e2aad142d8","artifactVersion":"2","generatedFromUUID":"2241f69a-feb1-4143-a1a2-1a6b7e465e6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTNjMzJjYzc5MWM5MjljZjA0MDcxZDE0YTMzZDM3NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf5aadae-6b2e-4446-9103-ffd69d0d4f78","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTY4ZTczMmY0MjQ3ZTg5YmE2ODk2MDRmMjQzNmY4ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a61d57ac-c172-4041-91c5-7ac0dd9f9dea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T10:03:02.302Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:02.302Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:02.311Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:02.311Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:03:02.404Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-05-25T10:03:02.405Z||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.
2022-05-25T10:03:02.406Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:02.471Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:02.472Z||pool-73-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:03:03.311Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:03.312Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:03.313Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:03.314Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:03:03.414Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:03.415Z||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.
2022-05-25T10:03:03.415Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:03.443Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:03.444Z||pool-74-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:04.315Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:04.315Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:04.318Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:04.318Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:03:04.418Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:04.419Z||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.
2022-05-25T10:03:04.419Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:04.472Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:04.472Z||pool-75-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:05.319Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:05.319Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:05.320Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:05.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:03:05.421Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:05.422Z||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.
2022-05-25T10:03:05.422Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:05.440Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:05.441Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:06.321Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:06.322Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:06.324Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:06.324Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T10:03:06.424Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:06.425Z||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.
2022-05-25T10:03:06.425Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:06.462Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:06.463Z||pool-77-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:07.324Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:07.325Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:07.326Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:07.327Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:03:07.427Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:07.427Z||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.
2022-05-25T10:03:07.428Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:07.444Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:07.445Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:08.327Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:03:08.328Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:08.329Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:08.329Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:03:08.430Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:03:08.431Z||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.
2022-05-25T10:03:08.431Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:08.458Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:08.460Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:03:08.842Z||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.
2022-05-25T10:03:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:08.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:08.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:03:08.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T10:03:08.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:03:09.331Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e8baefd7-744d-45c3-aba1-99b312ca8114",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9ca250e8-3a59-481e-8c85-e13ac0b31932",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6cb7a245-87ae-4888-bfaf-301d3f82a003",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e73ee341-44b0-47e8-93bd-f70dcf480219",
      "resourceInvariantUUID": "9ae2c1ee-9f65-40e9-a6f8-417149712062",
      "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": "YjY3OGE2ZDJhYWQ4MDNlNDJhZDFmNTk3ZjEzNWMxOWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19e8fdb2-4f75-4a9f-a152-7add1de6c87f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2241f69a-feb1-4143-a1a2-1a6b7e465e6e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "15685fb1-4fb2-4a80-8075-f0e2aad142d8",
            "generatedFromUUID": "2241f69a-feb1-4143-a1a2-1a6b7e465e6e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "15685fb1-4fb2-4a80-8075-f0e2aad142d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTY4ZTczMmY0MjQ3ZTg5YmE2ODk2MDRmMjQzNmY4ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a61d57ac-c172-4041-91c5-7ac0dd9f9dea"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:03:09.331Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:03:09.331Z|1da62e0e-4927-41da-930e-4492e400e625|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8baefd7-744d-45c3-aba1-99b312ca8114 ASDC
2022-05-25T10:03:09.332Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ac196008-f518-4037-b356-1fa1ab2e990c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e8baefd7-744d-45c3-aba1-99b312ca8114
ServiceInvariantUUID:9ca250e8-3a59-481e-8c85-e13ac0b31932
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:a61d57ac-c172-4041-91c5-7ac0dd9f9dea
ArtifactChecksum:ZTY4ZTczMmY0MjQ3ZTg5YmE2ODk2MDRmMjQzNmY4ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6cb7a245-87ae-4888-bfaf-301d3f82a003
ResourceInvariantUUID:9ae2c1ee-9f65-40e9-a6f8-417149712062
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e73ee341-44b0-47e8-93bd-f70dcf480219
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:19e8fdb2-4f75-4a9f-a152-7add1de6c87f
ArtifactChecksum:YjY3OGE2ZDJhYWQ4MDNlNDJhZDFmNTk3ZjEzNWMxOWQ=
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:2241f69a-feb1-4143-a1a2-1a6b7e465e6e
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:15685fb1-4fb2-4a80-8075-f0e2aad142d8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:15685fb1-4fb2-4a80-8075-f0e2aad142d8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T10:03:09.332Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8baefd7-744d-45c3-aba1-99b312ca8114 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=?
2022-05-25T10:03:09.369Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:03:09.370Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:03:09.370Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:03:09.370Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a61d57ac-c172-4041-91c5-7ac0dd9f9dea from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T10:03:09.370Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:03:09.370Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T10:03:09.661Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:03:09.664Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a61d57ac-c172-4041-91c5-7ac0dd9f9dea 71069
2022-05-25T10:03:09.664Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T10:03:09.664Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T10:03:09.664Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:03:09.664Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:09.666Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:09.666Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472989664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:03:09.766Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:09.767Z||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.
2022-05-25T10:03:09.767Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:09.785Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:09.786Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:10.666Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:03:10.667Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:03:10.667Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a61d57ac-c172-4041-91c5-7ac0dd9f9dea, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:10.667Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-25T10:03:10.668Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:10.668Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:10.785Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2658191838555986956/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T10:03:11.536Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:03:11.536Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:03:11.536Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.536Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:03:11.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T10:03:11.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T10:03:11.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=41c9839b-e0dc-412b-86ee-2b64291be0ed
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:11.540Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e8baefd7-744d-45c3-aba1-99b312ca8114
Model Version:NULL
Model InvariantUuid:9ca250e8-3a59-481e-8c85-e13ac0b31932
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5f6936fb-3eb8-4e8b-b374-49d4a6c74457
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ae2c1ee-9f65-40e9-a6f8-417149712062
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6cb7a245-87ae-4888-bfaf-301d3f82a003
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec7a35c7-750d-4edf-8245-6bbed0416d32
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1bf5c40e-3296-4d89-bfed-87a6561b3c53
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:41c9839b-e0dc-412b-86ee-2b64291be0ed
ModelInvariantUuid:10def533-d6d3-45f8-9fea-c8101d2309dc
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:632e4521-15b6-47fb-97b4-367fa5837f85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:093783e7-c54c-4bf8-bcee-c3dde331bd74
ModelInvariantUuid:998af192-4d83-45e1-952a-25f32ef2699d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:057719c5-af0f-4174-920a-38690610b3cc
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:03:11.546Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e73ee341-44b0-47e8-93bd-f70dcf480219
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:03:11.549Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-05-25T10:03:11.549Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e73ee341-44b0-47e8-93bd-f70dcf480219
2022-05-25T10:03:11.549Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 19e8fdb2-4f75-4a9f-a152-7add1de6c87f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T10:03:11.549Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:03:11.550Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T10:03:11.689Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:03:11.690Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 19e8fdb2-4f75-4a9f-a152-7add1de6c87f 787
2022-05-25T10:03:11.690Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-25T10:03:11.690Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T10:03:11.690Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:03:11.691Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:11.692Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:11.693Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472991690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:03:11.793Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:11.794Z||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.
2022-05-25T10:03:11.795Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:11.808Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:11.808Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:12.693Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec7a35c7-750d-4edf-8245-6bbed0416d32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1bf5c40e-3296-4d89-bfed-87a6561b3c53",
    "vfModuleModelCustomizationUUID": "c49df922-672f-472b-9400-d1bda0b4ff42",
    "isBase": true,
    "artifacts": [
      "2241f69a-feb1-4143-a1a2-1a6b7e465e6e",
      "15685fb1-4fb2-4a80-8075-f0e2aad142d8"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:03:12.696Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1bf5c40e-3296-4d89-bfed-87a6561b3c53
VfModuleModelInvariantUUID:ec7a35c7-750d-4edf-8245-6bbed0416d32
VfModuleModelDescription:NULL
Artifacts UUID List:{
2241f69a-feb1-4143-a1a2-1a6b7e465e6e
,
15685fb1-4fb2-4a80-8075-f0e2aad142d8

}
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


}

2022-05-25T10:03:12.697Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec7a35c7-750d-4edf-8245-6bbed0416d32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1bf5c40e-3296-4d89-bfed-87a6561b3c53",
    "vfModuleModelCustomizationUUID": "c49df922-672f-472b-9400-d1bda0b4ff42",
    "isBase": true,
    "artifacts": [
      "2241f69a-feb1-4143-a1a2-1a6b7e465e6e",
      "15685fb1-4fb2-4a80-8075-f0e2aad142d8"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:03:12.697Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1bf5c40e-3296-4d89-bfed-87a6561b3c53
VfModuleModelInvariantUUID:ec7a35c7-750d-4edf-8245-6bbed0416d32
VfModuleModelDescription:NULL
Artifacts UUID List:{
2241f69a-feb1-4143-a1a2-1a6b7e465e6e
,
15685fb1-4fb2-4a80-8075-f0e2aad142d8

}
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


}

2022-05-25T10:03:12.697Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2241f69a-feb1-4143-a1a2-1a6b7e465e6e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T10:03:12.697Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:03:12.697Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T10:03:13.160Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:03:13.160Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2241f69a-feb1-4143-a1a2-1a6b7e465e6e 5033
2022-05-25T10:03:13.161Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T10:03:13.161Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T10:03:13.161Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:03:13.161Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:13.162Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:13.162Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472993161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:03:13.263Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:13.263Z||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.
2022-05-25T10:03:13.264Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:13.288Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:13.289Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:14.163Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15685fb1-4fb2-4a80-8075-f0e2aad142d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T10:03:14.163Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:03:14.163Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T10:03:14.571Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:03:14.571Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 15685fb1-4fb2-4a80-8075-f0e2aad142d8 903
2022-05-25T10:03:14.572Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T10:03:14.572Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T10:03:14.572Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:03:14.572Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:14.574Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:14.574Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472994572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:03:14.674Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:14.674Z||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.
2022-05-25T10:03:14.675Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:14.698Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:14.698Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:15.574Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e8baefd7-744d-45c3-aba1-99b312ca8114
2022-05-25T10:03:15.575Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e73ee341-44b0-47e8-93bd-f70dcf480219 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:03:15.584Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49fa30b3, org.onap.sdc.toscaparser.api.parameters.Input@2b1f5b44, org.onap.sdc.toscaparser.api.parameters.Input@74f8791f, org.onap.sdc.toscaparser.api.parameters.Input@6d08c24b, org.onap.sdc.toscaparser.api.parameters.Input@75ef18f1]
2022-05-25T10:03:15.585Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.585Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.586Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-25T10:03:15.586Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6cb7a245-87ae-4888-bfaf-301d3f82a003
2022-05-25T10:03:15.586Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6cb7a245-87ae-4888-bfaf-301d3f82a003 matches Tosca VF Customization UUID: 6cb7a245-87ae-4888-bfaf-301d3f82a003
2022-05-25T10:03:15.586Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6cb7a245-87ae-4888-bfaf-301d3f82a003  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T10:03:15.587Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.587Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.588Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6cb7a245-87ae-4888-bfaf-301d3f82a003: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-25T10:03:15.588Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@384d9fcc
2022-05-25T10:03:15.588Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.588Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:03:15.588Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c49df922-672f-472b-9400-d1bda0b4ff42
2022-05-25T10:03:15.588Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c49df922-672f-472b-9400-d1bda0b4ff42
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T10:03:15.589Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.589Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T10:03:15.590Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=41c9839b-e0dc-412b-86ee-2b64291be0ed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T10:03:15.592Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.592Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:15.592Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:03:15.592Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.592Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T10:03:15.592Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6cb7a245-87ae-4888-bfaf-301d3f82a003
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e8baefd7-744d-45c3-aba1-99b312ca8114: basic_vm
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.594Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.595Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:03:15.595Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:03:15.595Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-05-25T10:03:15.648Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e73ee341-44b0-47e8-93bd-f70dcf480219 1 ASDC deployResourceStructure
2022-05-25T10:03:15.649Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-25T10:03:15.649Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T10:03:15.649Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:03:15.649Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:15.650Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:15.650Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472995649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:03:15.751Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:15.752Z||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.
2022-05-25T10:03:15.752Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:15.766Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:15.767Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:16.651Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T10:03:16.651Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T10:03:16.651Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:03:16.652Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:16.654Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:16.654Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472996651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:03:16.754Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:16.755Z||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.
2022-05-25T10:03:16.755Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:16.775Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:16.776Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:17.654Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T10:03:17.655Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T10:03:17.655Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:03:17.655Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:17.656Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:17.656Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472997654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:03:17.756Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:17.757Z||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.
2022-05-25T10:03:17.757Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:17.776Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:17.777Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:18.657Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T10:03:18.657Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T10:03:18.657Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:03:18.657Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:03:18.659Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:03:18.660Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472998657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:03:18.760Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:03:18.761Z||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.
2022-05-25T10:03:18.762Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:03:18.783Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:03:18.784Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:03:19.660Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:03:19.669Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:03:19.671Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:03:19.671Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:03:19.672Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:03:49.672Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:03:49.682Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:03:49.683Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:03:49.684Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:03:49.684Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:04:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:04:08.842Z||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.
2022-05-25T10:04:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:04:08.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:04:08.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472871269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "aai-ml",
  "timestamp": 1653472872273,
  "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=?
2022-05-25T10:04:08.886Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac196008-f518-4037-b356-1fa1ab2e990c
2022-05-25T10:04:08.887Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac196008-f518-4037-b356-1fa1ab2e990c 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 (?, ?, ?, ?, ?)
2022-05-25T10:04:08.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T10:04:08.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472876659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472878958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472880278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472881580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472882785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472883978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472885066,
  "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"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472886069,
  "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"
}
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472887073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472888077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472889081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472890084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:04:08.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:04:19.684Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:04:19.851Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:04:19.853Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:04:19.854Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:04:19.859Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:04:49.859Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac196008-f518-4037-b356-1fa1ab2e990c 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=?
2022-05-25T10:04:49.864Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac196008-f518-4037-b356-1fa1ab2e990c and serviceModelVersionId: e8baefd7-744d-45c3-aba1-99b312ca8114
2022-05-25T10:04:49.864Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ca250e8-3a59-481e-8c85-e13ac0b31932
2022-05-25T10:04:49.865Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ca250e8-3a59-481e-8c85-e13ac0b31932/model-vers/model-ver/e8baefd7-744d-45c3-aba1-99b312ca8114?depth=0
2022-05-25T10:04:49.869Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:04:49.895Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca250e8-3a59-481e-8c85-e13ac0b31932/model-vers/model-ver/e8baefd7-744d-45c3-aba1-99b312ca8114?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]}
2022-05-25T10:04:49.897Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca250e8-3a59-481e-8c85-e13ac0b31932/model-vers/model-ver/e8baefd7-744d-45c3-aba1-99b312ca8114?depth=0|INFO|500||Invoke
2022-05-25T10:04:49.922Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca250e8-3a59-481e-8c85-e13ac0b31932/model-vers/model-ver/e8baefd7-744d-45c3-aba1-99b312ca8114?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T10:04:50.255Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca250e8-3a59-481e-8c85-e13ac0b31932/model-vers/model-ver/e8baefd7-744d-45c3-aba1-99b312ca8114?depth=0|INFO|500||InvokeReturn
2022-05-25T10:04:50.256Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ca250e8-3a59-481e-8c85-e13ac0b31932/model-vers/model-ver/e8baefd7-744d-45c3-aba1-99b312ca8114?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-10:04:50:522-25167], vertex-id=[233616], Content-Length=[0], Date=[Wed, 25 May 2022 10:04:50 GMT], Content-Type=[application/json]}
2022-05-25T10:04:50.256Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:04:50.257Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:04:50.257Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:04:50.260Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:04:50.260Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac196008-f518-4037-b356-1fa1ab2e990c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T10:04:50.260Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:04:50.260Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:04:50.262Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:04:50.262Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473090260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:04:50.362Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:04:50.363Z||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.
2022-05-25T10:04:50.363Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:04:50.393Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:04:50.394Z||pool-88-thread-1|||||INFO|500||cambria reply ok (31 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=?
2022-05-25T10:04:51.273Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:04:51.274Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:04:51.274Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:01.669Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:01.670Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:01.671Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:05:01.671Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:08.842Z||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.
2022-05-25T10:05:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:08.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:08.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1da62e0e-4927-41da-930e-4492e400e625",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472981288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:05:08.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472866619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:05:08.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:05:11.236Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:11.237Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:11.237Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:05:11.237Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:20.811Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:20.811Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:20.812Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:05:20.812Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:30.418Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:30.419Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:30.420Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:05:30.420Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:40.001Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:05:40.002Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:40.002Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:05:40.002Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:05:49.557Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:06:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:06:08.841Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:06:08.841Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:06:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:06:08.842Z||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.
2022-05-25T10:06:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:06:08.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:06:08.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472989664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:06:08.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472991690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472993161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472994572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472995649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472996651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:06:08.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472997654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:06:08.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:08.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:06:08.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653472998657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:06:08.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:06:18.415Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:07:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:07:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:07:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:07:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:07:08.841Z||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.
2022-05-25T10:07:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:07:09.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:07:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T10:07:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac196008-f518-4037-b356-1fa1ab2e990c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473090260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:07:09.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:07:18.408Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:08:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:08:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:08:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:08:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:08:08.842Z||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.
2022-05-25T10:08:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:08:18.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:08:18.423Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:09:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:09:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:09:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:09:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:09:08.842Z||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.
2022-05-25T10:09:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:09:18.390Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:09:18.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:10:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:10:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:10:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:10:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:10:08.842Z||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.
2022-05-25T10:10:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:10:18.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:10:18.397Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:11:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:11:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:11:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:11:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:11:08.842Z||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.
2022-05-25T10:11:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:11:18.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:11:18.410Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:12:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:12:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:12:08.842Z||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.
2022-05-25T10:12:08.842Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:12:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:12:08.842Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:12:18.398Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:12:18.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:13:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:13:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:13:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:13:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:13:08.842Z||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.
2022-05-25T10:13:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:13:18.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:13:18.397Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:14:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:14:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:14:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:14:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:14:08.842Z||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.
2022-05-25T10:14:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:14:18.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:14:18.407Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:15:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:15:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:15:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:15:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:15:08.842Z||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.
2022-05-25T10:15:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:15:18.399Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:15:18.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:16:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:16:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:16:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:16:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:16:08.842Z||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.
2022-05-25T10:16:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:16:18.445Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:16:18.449Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:17:08.839Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:17:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:17:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:17:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:17:08.842Z||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.
2022-05-25T10:17:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:17:18.398Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:17:18.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:08.840Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:18:08.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:18:08.848Z|ac196008-f518-4037-b356-1fa1ab2e990c|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.
2022-05-25T10:18:08.849Z|ac196008-f518-4037-b356-1fa1ab2e990c|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:08.849Z||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.
2022-05-25T10:18:08.849Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:09.489Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:09.491Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.491Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"22b4a7d0-f934-40cf-836f-a5b77bb3b01a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"3deeaede-2c93-4009-b8d0-898d17bc4709","serviceDescription":"service","serviceInvariantUUID":"2d2215e5-0c7a-447c-ad3e-973b7a531662","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ee4038e-269c-4ee2-a00c-308a2d2e7c8b","resourceInvariantUUID":"dd2aaf0e-dc45-4d29-b24d-d2f39f23350f","resourceCustomizationUUID":"6a419c2f-9ac4-44a9-9942-836a90577556","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NTg0N2RmYTU0MzA5Y2M4MGIwYWY4YzdhMzhiODIyMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22a5e5cc-80c1-40a7-b1ba-f26aa587002c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NDYxNjhjODBkYzEzMzQxZGFiMmU3NTQ0YTA0ZjU4OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4bd267b-b155-477f-8a17-e8abb366d910","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b25762c-3531-4a08-90b6-45db20acf639","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a7b12ec-7b8d-4945-bce8-8c593d9b0f78","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1eb05185-6094-4875-a044-2baf40f6b91c","artifactVersion":"2","generatedFromUUID":"d1802519-b6e7-461f-a1b2-1f38254e9ad8"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de3664fb-a580-4be6-9132-020aeab832f0","artifactVersion":"2","generatedFromUUID":"5b25762c-3531-4a08-90b6-45db20acf639"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1802519-b6e7-461f-a1b2-1f38254e9ad8","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"03e3b516-1959-407e-a09e-5dc2398b87e9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MzMxOGY0ZDZlNjQ4NDAxYjBmM2Y0ODE5ZjAxOTFlNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ac0c02d-23a8-45dd-baab-ff285fbcb35a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Mzk2YTIzNDdiZDFkM2ZiY2M0MDFiN2VlM2M2ODNiN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ea91f67-6473-4e4e-825d-ac2ece4d1b4a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T10:18:09.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:09.494Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:09.495Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:09.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.504Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.504Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473846703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473840449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473843214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473858377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473848713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473858045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473858302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473859580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473860691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "cds",
  "timestamp": 1653473860454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T10:18:09.526Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
2022-05-25T10:18:09.526Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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 (?, ?, ?, ?, ?)
2022-05-25T10:18:09.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473852312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473861877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473862938,
  "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=?
2022-05-25T10:18:09.536Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
2022-05-25T10:18:09.536Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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 (?, ?, ?, ?, ?)
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473863942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473857308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473867959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473868388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "aai-ml",
  "timestamp": 1653473868975,
  "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=?
2022-05-25T10:18:09.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
2022-05-25T10:18:09.547Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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 (?, ?, ?, ?, ?)
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473869392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "policy-id",
  "timestamp": 1653473870396,
  "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=?
2022-05-25T10:18:09.555Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
2022-05-25T10:18:09.555Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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=?
2022-05-25T10:18:09.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473870645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473864142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473874674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473875388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:09.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "clamp",
  "timestamp": 1653473875676,
  "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=?
2022-05-25T10:18:09.562Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
2022-05-25T10:18:09.562Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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 (?, ?, ?, ?, ?)
2022-05-25T10:18:09.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473877292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:09.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:18:09.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:18:09.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473878295,
  "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=?
2022-05-25T10:18:09.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
2022-05-25T10:18:09.572Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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 (?, ?, ?, ?, ?)
2022-05-25T10:18:09.604Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:09.605Z||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.
2022-05-25T10:18:09.605Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:09.622Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:09.622Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:10.505Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:10.505Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:10.507Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:10.508Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:18:10.608Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:10.609Z||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.
2022-05-25T10:18:10.609Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:10.625Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:10.626Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:11.508Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:11.509Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:11.511Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:11.511Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:18:11.612Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:11.612Z||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.
2022-05-25T10:18:11.613Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:11.630Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:11.631Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:12.512Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:12.512Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:12.514Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:12.514Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:12.614Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:12.615Z||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.
2022-05-25T10:18:12.615Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:12.632Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:12.632Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:13.514Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:13.514Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:13.516Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:13.516Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T10:18:13.616Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:13.617Z||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.
2022-05-25T10:18:13.618Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:13.635Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:13.635Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:14.517Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:14.518Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:14.521Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:14.521Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T10:18:14.621Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:14.622Z||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.
2022-05-25T10:18:14.622Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:14.638Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:14.638Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:15.522Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:15.523Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:15.526Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:15.526Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T10:18:15.626Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:15.627Z||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.
2022-05-25T10:18:15.627Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:15.643Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:15.644Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:16.527Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:16.528Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:16.529Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:16.529Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:16.629Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:16.631Z||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.
2022-05-25T10:18:16.631Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:16.646Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:16.646Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:17.530Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:17.530Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:17.533Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:17.533Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:18:17.633Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:17.634Z||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.
2022-05-25T10:18:17.634Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:17.648Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:17.648Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:18.534Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:18:18.535Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:18.537Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:18.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:18:18.637Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:18:18.638Z||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.
2022-05-25T10:18:18.638Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:18.663Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:18.663Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:19.538Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3deeaede-2c93-4009-b8d0-898d17bc4709",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2d2215e5-0c7a-447c-ad3e-973b7a531662",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6a419c2f-9ac4-44a9-9942-836a90577556",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ee4038e-269c-4ee2-a00c-308a2d2e7c8b",
      "resourceInvariantUUID": "dd2aaf0e-dc45-4d29-b24d-d2f39f23350f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NDYxNjhjODBkYzEzMzQxZGFiMmU3NTQ0YTA0ZjU4OGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4bd267b-b155-477f-8a17-e8abb366d910",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5b25762c-3531-4a08-90b6-45db20acf639",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "de3664fb-a580-4be6-9132-020aeab832f0",
            "generatedFromUUID": "5b25762c-3531-4a08-90b6-45db20acf639"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1eb05185-6094-4875-a044-2baf40f6b91c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "de3664fb-a580-4be6-9132-020aeab832f0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d1802519-b6e7-461f-a1b2-1f38254e9ad8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Mzk2YTIzNDdiZDFkM2ZiY2M0MDFiN2VlM2M2ODNiN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ea91f67-6473-4e4e-825d-ac2ece4d1b4a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:18:19.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:18:19.539Z|ac196008-f518-4037-b356-1fa1ab2e990c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3deeaede-2c93-4009-b8d0-898d17bc4709 ASDC
2022-05-25T10:18:19.540Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:22b4a7d0-f934-40cf-836f-a5b77bb3b01a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:3deeaede-2c93-4009-b8d0-898d17bc4709
ServiceInvariantUUID:2d2215e5-0c7a-447c-ad3e-973b7a531662
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:6ea91f67-6473-4e4e-825d-ac2ece4d1b4a
ArtifactChecksum:Mzk2YTIzNDdiZDFkM2ZiY2M0MDFiN2VlM2M2ODNiN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6a419c2f-9ac4-44a9-9942-836a90577556
ResourceInvariantUUID:dd2aaf0e-dc45-4d29-b24d-d2f39f23350f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7ee4038e-269c-4ee2-a00c-308a2d2e7c8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:e4bd267b-b155-477f-8a17-e8abb366d910
ArtifactChecksum:NDYxNjhjODBkYzEzMzQxZGFiMmU3NTQ0YTA0ZjU4OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:5b25762c-3531-4a08-90b6-45db20acf639
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:de3664fb-a580-4be6-9132-020aeab832f0
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:1eb05185-6094-4875-a044-2baf40f6b91c
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:de3664fb-a580-4be6-9132-020aeab832f0
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:d1802519-b6e7-461f-a1b2-1f38254e9ad8
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T10:18:19.540Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3deeaede-2c93-4009-b8d0-898d17bc4709 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=?
2022-05-25T10:18:19.571Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:18:19.572Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:18:19.572Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:18:19.572Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6ea91f67-6473-4e4e-825d-ac2ece4d1b4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:19.572Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:18:19.572Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:19.953Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:18:19.959Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6ea91f67-6473-4e4e-825d-ac2ece4d1b4a 158216
2022-05-25T10:18:19.960Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T10:18:19.960Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:19.960Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:18:19.960Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:19.962Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:19.962Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473899960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:20.062Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:20.063Z||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.
2022-05-25T10:18:20.063Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:20.077Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:20.078Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:20.962Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:18:20.963Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:18:20.963Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6ea91f67-6473-4e4e-825d-ac2ece4d1b4a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:20.963Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-25T10:18:20.964Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:20.964Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:21.081Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13859961185593442024/Definitions/service-BasicCnfMacro-template.yml
2022-05-25T10:18:21.774Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:18:21.774Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:18:21.774Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:21.774Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T10:18:21.774Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:21.774Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:18:21.775Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:21.776Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cbfc6ab4-958b-49b5-8d1e-f866f8889acc
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:21.777Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:3deeaede-2c93-4009-b8d0-898d17bc4709
Model Version:NULL
Model InvariantUuid:2d2215e5-0c7a-447c-ad3e-973b7a531662
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:2336c470-eb76-43ba-89a7-7c4db28e7227
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd2aaf0e-dc45-4d29-b24d-d2f39f23350f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a419c2f-9ac4-44a9-9942-836a90577556
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:235300a7-0188-42cd-909e-235ed552c5d9
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:83705d66-a3cc-432e-bd0a-8b9ebf993476
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:94b5a8d0-b6d4-4667-a8a9-cbc2bff96d66
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e17d15d1-8ade-4ff3-9afd-a73d890b50cc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cbfc6ab4-958b-49b5-8d1e-f866f8889acc
ModelInvariantUuid:4be891d5-4904-4a1f-8962-2755b806dff3
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:4d4b448c-9bbe-4fdc-963e-14e1411101c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0b572f53-45c5-4c09-9b2d-612a71485e43
ModelInvariantUuid:e336a149-1a11-4f77-9c75-f5091b27572e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f7f0703e-8a52-4c91-a8ac-abfbf3a6b2d0
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:18:21.785Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ee4038e-269c-4ee2-a00c-308a2d2e7c8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:18:21.788Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-05-25T10:18:21.788Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ee4038e-269c-4ee2-a00c-308a2d2e7c8b
2022-05-25T10:18:21.789Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4bd267b-b155-477f-8a17-e8abb366d910 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T10:18:21.789Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:18:21.789Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T10:18:22.266Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:18:22.270Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e4bd267b-b155-477f-8a17-e8abb366d910 1565
2022-05-25T10:18:22.271Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-25T10:18:22.271Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T10:18:22.271Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:18:22.271Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:22.272Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:22.273Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473902271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:22.374Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T10:18:22.374Z||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.
2022-05-25T10:18:22.374Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:22.389Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:22.389Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:23.274Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "94b5a8d0-b6d4-4667-a8a9-cbc2bff96d66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e17d15d1-8ade-4ff3-9afd-a73d890b50cc",
    "vfModuleModelCustomizationUUID": "71dae452-dcd8-4e4f-85d8-92cb3b43a8e7",
    "isBase": true,
    "artifacts": [
      "5b25762c-3531-4a08-90b6-45db20acf639",
      "de3664fb-a580-4be6-9132-020aeab832f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "235300a7-0188-42cd-909e-235ed552c5d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83705d66-a3cc-432e-bd0a-8b9ebf993476",
    "vfModuleModelCustomizationUUID": "c2c0403c-215e-432a-9713-6407286924cd",
    "isBase": false,
    "artifacts": [
      "d1802519-b6e7-461f-a1b2-1f38254e9ad8"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T10:18:23.276Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e17d15d1-8ade-4ff3-9afd-a73d890b50cc
VfModuleModelInvariantUUID:94b5a8d0-b6d4-4667-a8a9-cbc2bff96d66
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b25762c-3531-4a08-90b6-45db20acf639
,
de3664fb-a580-4be6-9132-020aeab832f0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:83705d66-a3cc-432e-bd0a-8b9ebf993476
VfModuleModelInvariantUUID:235300a7-0188-42cd-909e-235ed552c5d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1802519-b6e7-461f-a1b2-1f38254e9ad8

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-25T10:18:23.278Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "94b5a8d0-b6d4-4667-a8a9-cbc2bff96d66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e17d15d1-8ade-4ff3-9afd-a73d890b50cc",
    "vfModuleModelCustomizationUUID": "71dae452-dcd8-4e4f-85d8-92cb3b43a8e7",
    "isBase": true,
    "artifacts": [
      "5b25762c-3531-4a08-90b6-45db20acf639",
      "de3664fb-a580-4be6-9132-020aeab832f0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "235300a7-0188-42cd-909e-235ed552c5d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83705d66-a3cc-432e-bd0a-8b9ebf993476",
    "vfModuleModelCustomizationUUID": "c2c0403c-215e-432a-9713-6407286924cd",
    "isBase": false,
    "artifacts": [
      "d1802519-b6e7-461f-a1b2-1f38254e9ad8"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T10:18:23.278Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e17d15d1-8ade-4ff3-9afd-a73d890b50cc
VfModuleModelInvariantUUID:94b5a8d0-b6d4-4667-a8a9-cbc2bff96d66
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b25762c-3531-4a08-90b6-45db20acf639
,
de3664fb-a580-4be6-9132-020aeab832f0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:83705d66-a3cc-432e-bd0a-8b9ebf993476
VfModuleModelInvariantUUID:235300a7-0188-42cd-909e-235ed552c5d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1802519-b6e7-461f-a1b2-1f38254e9ad8

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-25T10:18:23.278Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5b25762c-3531-4a08-90b6-45db20acf639 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T10:18:23.278Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:18:23.278Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T10:18:23.576Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:18:23.577Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 5b25762c-3531-4a08-90b6-45db20acf639 914
2022-05-25T10:18:23.577Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-25T10:18:23.577Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T10:18:23.577Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:18:23.577Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:23.579Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:23.579Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473903577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:23.679Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:23.680Z||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.
2022-05-25T10:18:23.681Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:23.695Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:23.696Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:24.580Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1eb05185-6094-4875-a044-2baf40f6b91c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T10:18:24.580Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:18:24.580Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T10:18:24.869Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:18:24.870Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1eb05185-6094-4875-a044-2baf40f6b91c 12
2022-05-25T10:18:24.870Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-25T10:18:24.870Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T10:18:24.870Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:18:24.871Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:24.873Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:24.874Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473904870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:24.974Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:24.974Z||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.
2022-05-25T10:18:24.975Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:25.002Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:25.003Z||pool-102-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:25.874Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de3664fb-a580-4be6-9132-020aeab832f0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T10:18:25.874Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:18:25.874Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T10:18:26.080Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:18:26.081Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env de3664fb-a580-4be6-9132-020aeab832f0 96
2022-05-25T10:18:26.082Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-25T10:18:26.083Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T10:18:26.083Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:18:26.084Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:26.088Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:26.088Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473906082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:26.188Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:26.189Z||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.
2022-05-25T10:18:26.189Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:26.205Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:26.205Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:27.089Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d1802519-b6e7-461f-a1b2-1f38254e9ad8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T10:18:27.089Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:18:27.090Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T10:18:27.270Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:18:27.271Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d1802519-b6e7-461f-a1b2-1f38254e9ad8 20206
2022-05-25T10:18:27.272Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-25T10:18:27.272Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T10:18:27.272Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:18:27.272Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:27.275Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:27.275Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473907272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:18:27.375Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:27.376Z||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.
2022-05-25T10:18:27.376Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:27.391Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:27.391Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:28.277Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3deeaede-2c93-4009-b8d0-898d17bc4709
2022-05-25T10:18:28.278Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7ee4038e-269c-4ee2-a00c-308a2d2e7c8b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:18:28.284Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d63906d, org.onap.sdc.toscaparser.api.parameters.Input@6312e910, org.onap.sdc.toscaparser.api.parameters.Input@28fce693, org.onap.sdc.toscaparser.api.parameters.Input@53bd5b6f, org.onap.sdc.toscaparser.api.parameters.Input@52dc598d]
2022-05-25T10:18:28.285Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.286Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.286Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-25T10:18:28.286Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6a419c2f-9ac4-44a9-9942-836a90577556
2022-05-25T10:18:28.286Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a419c2f-9ac4-44a9-9942-836a90577556 matches Tosca VF Customization UUID: 6a419c2f-9ac4-44a9-9942-836a90577556
2022-05-25T10:18:28.286Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6a419c2f-9ac4-44a9-9942-836a90577556  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T10:18:28.287Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.287Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.288Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6a419c2f-9ac4-44a9-9942-836a90577556: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-25T10:18:28.288Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50aa8aee
2022-05-25T10:18:28.288Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.288Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:18:28.288Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2c0403c-215e-432a-9713-6407286924cd
2022-05-25T10:18:28.288Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2c0403c-215e-432a-9713-6407286924cd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T10:18:28.289Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.290Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:28.290Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:18:28.290Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.290Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:28.290Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:18:28.291Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.291Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T10:18:28.291Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6a419c2f-9ac4-44a9-9942-836a90577556
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3deeaede-2c93-4009-b8d0-898d17bc4709: basic_cnf_macro
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:18:28.292Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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 vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T10:18:28.320Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7ee4038e-269c-4ee2-a00c-308a2d2e7c8b 2 ASDC deployResourceStructure
2022-05-25T10:18:28.320Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-25T10:18:28.321Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T10:18:28.321Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:18:28.321Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:28.323Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:28.323Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473908320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:28.423Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:28.423Z||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.
2022-05-25T10:18:28.424Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:28.438Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:28.438Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:29.323Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-25T10:18:29.324Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T10:18:29.324Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:18:29.324Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:29.327Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:29.327Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473909323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:29.427Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:29.428Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:18:29.428Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:29.442Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:29.443Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:30.328Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-25T10:18:30.328Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-25T10:18:30.328Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T10:18:30.328Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:30.330Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:30.330Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473910328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T10:18:30.433Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-25T10:18:30.434Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:18:30.434Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:30.449Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:30.449Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:31.331Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-25T10:18:31.331Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T10:18:31.331Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:18:31.331Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:31.333Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:31.333Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473911331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:31.433Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:31.434Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:18:31.434Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:31.448Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:31.448Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:32.334Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-25T10:18:32.334Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-25T10:18:32.334Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T10:18:32.334Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:32.335Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:32.335Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473912333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T10:18:32.435Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:32.436Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:18:32.436Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:32.452Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:32.452Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:18:33.336Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T10:18:33.336Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T10:18:33.336Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:18:33.337Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:18:33.339Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:18:33.339Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473913336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:18:33.439Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:18:33.440Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:18:33.440Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:18:33.454Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:18:33.455Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:18:34.340Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:18:34.352Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22b4a7d0-f934-40cf-836f-a5b77bb3b01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:18:34.354Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:18:34.354Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:18:34.355Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:18:34.359Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:19:04.359Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22b4a7d0-f934-40cf-836f-a5b77bb3b01a 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=?
2022-05-25T10:19:04.367Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22b4a7d0-f934-40cf-836f-a5b77bb3b01a and serviceModelVersionId: 3deeaede-2c93-4009-b8d0-898d17bc4709
2022-05-25T10:19:04.368Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d2215e5-0c7a-447c-ad3e-973b7a531662
2022-05-25T10:19:04.369Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d2215e5-0c7a-447c-ad3e-973b7a531662/model-vers/model-ver/3deeaede-2c93-4009-b8d0-898d17bc4709?depth=0
2022-05-25T10:19:04.375Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:19:04.403Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d2215e5-0c7a-447c-ad3e-973b7a531662/model-vers/model-ver/3deeaede-2c93-4009-b8d0-898d17bc4709?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]}
2022-05-25T10:19:04.405Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d2215e5-0c7a-447c-ad3e-973b7a531662/model-vers/model-ver/3deeaede-2c93-4009-b8d0-898d17bc4709?depth=0|INFO|500||Invoke
2022-05-25T10:19:04.421Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d2215e5-0c7a-447c-ad3e-973b7a531662/model-vers/model-ver/3deeaede-2c93-4009-b8d0-898d17bc4709?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T10:19:04.513Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d2215e5-0c7a-447c-ad3e-973b7a531662/model-vers/model-ver/3deeaede-2c93-4009-b8d0-898d17bc4709?depth=0|INFO|500||InvokeReturn
2022-05-25T10:19:04.514Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d2215e5-0c7a-447c-ad3e-973b7a531662/model-vers/model-ver/3deeaede-2c93-4009-b8d0-898d17bc4709?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-10:19:05:022-43106], vertex-id=[250056], Content-Length=[0], Date=[Wed, 25 May 2022 10:19:05 GMT], Content-Type=[application/json]}
2022-05-25T10:19:04.514Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:19:04.516Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:19:04.516Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:19:04.520Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:19:04.520Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22b4a7d0-f934-40cf-836f-a5b77bb3b01a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T10:19:04.520Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:19:04.520Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:04.522Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:04.522Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473944520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:19:04.622Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:04.623Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:04.624Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:04.643Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:04.644Z||pool-111-thread-1|||||INFO|500||cambria reply ok (21 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=?
2022-05-25T10:19:08.839Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:19:08.839Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|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.
2022-05-25T10:19:08.840Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:19:08.841Z||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.
2022-05-25T10:19:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:08.983Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:08.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:19:08.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:19:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:19:09.478Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:09.479Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T10:19:09.479Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"be344708-664c-4f55-ae94-5554994704fe","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9f2c7998-4dc6-4016-96e1-288e178d1cc5","serviceDescription":"service","serviceInvariantUUID":"8d9bb053-3af2-4f20-a092-a9087e3622cd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"652c5394-f0df-44d4-ab4e-2d7badccbb29","resourceInvariantUUID":"3f8131f8-d5bc-4357-9512-98889e0bead1","resourceCustomizationUUID":"5d18d956-9861-41d2-a132-b6af47c3a159","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjBhZGM5YjY4NzNlYTkyN2QxMjlhNjNmMThkYjNkZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e60ca293-794f-4fc4-aa52-330807a09ed4","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NTdmODRhMGYzYjNhYjUyN2Y4Zjg2ZjNlYTIwZGIzN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"651c5719-0a5e-443b-93aa-fc6921f396c1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"075ff036-3c3c-4c21-b7a0-edef6a0f2a1f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6833ca8d-a306-499a-bdec-9775248c7268","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0552859-0958-4ff1-b5b4-1505234d01c5","artifactVersion":"2","generatedFromUUID":"075ff036-3c3c-4c21-b7a0-edef6a0f2a1f"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YWU3OWFkZDg5MDQxODVkYWZmNGY4NGRkZDkwY2M4YjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"78348d0d-35de-4b07-b928-7ae0adb7332b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"N2MyMGM4Njg1YmFkOGM3YzM4MDE0NzdiODY5NjhlNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b8848cb-5c57-402c-b090-f7b34cf63248","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGUxMTliY2JmMzc2ZDljYTAwNWUyNjk1OWFmN2ExMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c3ecf5b-2a8b-455c-b6f5-f63b7d05f0b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T10:19:09.480Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:09.480Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:09.482Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:09.482Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:19:09.582Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:09.583Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:09.583Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:09.602Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:09.602Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:10.482Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:10.483Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:10.484Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:10.484Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:19:10.584Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:10.585Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:10.585Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:10.604Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:10.604Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:11.485Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:11.485Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:11.487Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:11.487Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:19:11.587Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:11.588Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:11.588Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:11.619Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:11.620Z||pool-114-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:19:12.488Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:12.488Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:12.490Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:12.490Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:19:12.590Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:12.591Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:12.591Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:12.608Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:12.608Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:19:13.490Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:13.491Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:13.493Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:13.493Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T10:19:13.593Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:13.593Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:13.594Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:13.620Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:13.621Z||pool-116-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:19:14.493Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:14.494Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:14.496Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:14.496Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:19:14.597Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T10:19:14.598Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:14.598Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:14.621Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:14.621Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:15.497Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:15.497Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:15.499Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:15.499Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:19:15.599Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:15.600Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:15.600Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:15.618Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:15.619Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:16.500Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:19:16.500Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:16.502Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:16.502Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:19:16.602Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:16.603Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:16.603Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:16.618Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:16.619Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:17.503Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9f2c7998-4dc6-4016-96e1-288e178d1cc5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8d9bb053-3af2-4f20-a092-a9087e3622cd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5d18d956-9861-41d2-a132-b6af47c3a159",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "652c5394-f0df-44d4-ab4e-2d7badccbb29",
      "resourceInvariantUUID": "3f8131f8-d5bc-4357-9512-98889e0bead1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "NTdmODRhMGYzYjNhYjUyN2Y4Zjg2ZjNlYTIwZGIzN2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "651c5719-0a5e-443b-93aa-fc6921f396c1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "075ff036-3c3c-4c21-b7a0-edef6a0f2a1f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f0552859-0958-4ff1-b5b4-1505234d01c5",
            "generatedFromUUID": "075ff036-3c3c-4c21-b7a0-edef6a0f2a1f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f0552859-0958-4ff1-b5b4-1505234d01c5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGUxMTliY2JmMzc2ZDljYTAwNWUyNjk1OWFmN2ExMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c3ecf5b-2a8b-455c-b6f5-f63b7d05f0b6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:19:17.503Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:19:17.503Z|22b4a7d0-f934-40cf-836f-a5b77bb3b01a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f2c7998-4dc6-4016-96e1-288e178d1cc5 ASDC
2022-05-25T10:19:17.504Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:be344708-664c-4f55-ae94-5554994704fe
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9f2c7998-4dc6-4016-96e1-288e178d1cc5
ServiceInvariantUUID:8d9bb053-3af2-4f20-a092-a9087e3622cd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:8c3ecf5b-2a8b-455c-b6f5-f63b7d05f0b6
ArtifactChecksum:ZGUxMTliY2JmMzc2ZDljYTAwNWUyNjk1OWFmN2ExMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5d18d956-9861-41d2-a132-b6af47c3a159
ResourceInvariantUUID:3f8131f8-d5bc-4357-9512-98889e0bead1
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:652c5394-f0df-44d4-ab4e-2d7badccbb29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:651c5719-0a5e-443b-93aa-fc6921f396c1
ArtifactChecksum:NTdmODRhMGYzYjNhYjUyN2Y4Zjg2ZjNlYTIwZGIzN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:075ff036-3c3c-4c21-b7a0-edef6a0f2a1f
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:f0552859-0958-4ff1-b5b4-1505234d01c5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:f0552859-0958-4ff1-b5b4-1505234d01c5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T10:19:17.504Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f2c7998-4dc6-4016-96e1-288e178d1cc5 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 (?, ?, ?, ?, ?)
2022-05-25T10:19:17.534Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:19:17.535Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:19:17.535Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:19:17.535Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8c3ecf5b-2a8b-455c-b6f5-f63b7d05f0b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T10:19:17.535Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:19:17.535Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T10:19:17.869Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:19:17.876Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8c3ecf5b-2a8b-455c-b6f5-f63b7d05f0b6 78819
2022-05-25T10:19:17.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-25T10:19:17.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T10:19:17.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:19:17.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:17.879Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:17.879Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473957877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:19:17.979Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:17.979Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:17.979Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:17.995Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:17.996Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:18.879Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:19:18.880Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:19:18.880Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8c3ecf5b-2a8b-455c-b6f5-f63b7d05f0b6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:18.880Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-25T10:19:18.881Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:18.881Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:18.980Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6146497821555585679/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T10:19:19.699Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.700Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:19:19.701Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T10:19:19.702Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:19.703Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=233c2ea7-e4cc-4217-aeb7-572232c34dd3
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.704Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:19.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9f2c7998-4dc6-4016-96e1-288e178d1cc5
Model Version:NULL
Model InvariantUuid:8d9bb053-3af2-4f20-a092-a9087e3622cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:45c44f06-4098-4be4-a854-24aaedbd61c3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f8131f8-d5bc-4357-9512-98889e0bead1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5d18d956-9861-41d2-a132-b6af47c3a159
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2f445a94-684e-47f1-add6-67a5adedd827
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5f2c0f21-63a1-4cc0-b7ec-b0cf73566817
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:233c2ea7-e4cc-4217-aeb7-572232c34dd3
ModelInvariantUuid:2703c41f-8230-4e18-97b1-0b55961654e7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4cee7d54-be51-43df-bd57-ff3097c73579
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:904841e2-114a-4ba8-9f20-4dea3969c9d3
ModelInvariantUuid:3a77b042-4167-4470-9c63-39c7741f1454
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b080d095-708f-40d1-becb-d3c4ef3291ac
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:19:19.709Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 652c5394-f0df-44d4-ab4e-2d7badccbb29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:19:19.711Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-05-25T10:19:19.711Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 652c5394-f0df-44d4-ab4e-2d7badccbb29
2022-05-25T10:19:19.711Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 651c5719-0a5e-443b-93aa-fc6921f396c1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T10:19:19.711Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:19:19.711Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T10:19:19.867Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:19:19.868Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 651c5719-0a5e-443b-93aa-fc6921f396c1 792
2022-05-25T10:19:19.868Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-25T10:19:19.868Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T10:19:19.868Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:19:19.869Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:19.870Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:19.870Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473959868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:19:19.970Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:19.971Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:19.971Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:20.000Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:20.001Z||pool-121-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:20.871Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2f445a94-684e-47f1-add6-67a5adedd827",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f2c0f21-63a1-4cc0-b7ec-b0cf73566817",
    "vfModuleModelCustomizationUUID": "6ff504ad-402c-47b0-bada-3462eb94f78d",
    "isBase": true,
    "artifacts": [
      "075ff036-3c3c-4c21-b7a0-edef6a0f2a1f",
      "f0552859-0958-4ff1-b5b4-1505234d01c5"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:19:20.874Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f2c0f21-63a1-4cc0-b7ec-b0cf73566817
VfModuleModelInvariantUUID:2f445a94-684e-47f1-add6-67a5adedd827
VfModuleModelDescription:NULL
Artifacts UUID List:{
075ff036-3c3c-4c21-b7a0-edef6a0f2a1f
,
f0552859-0958-4ff1-b5b4-1505234d01c5

}
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


}

2022-05-25T10:19:20.876Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2f445a94-684e-47f1-add6-67a5adedd827",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f2c0f21-63a1-4cc0-b7ec-b0cf73566817",
    "vfModuleModelCustomizationUUID": "6ff504ad-402c-47b0-bada-3462eb94f78d",
    "isBase": true,
    "artifacts": [
      "075ff036-3c3c-4c21-b7a0-edef6a0f2a1f",
      "f0552859-0958-4ff1-b5b4-1505234d01c5"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:19:20.876Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f2c0f21-63a1-4cc0-b7ec-b0cf73566817
VfModuleModelInvariantUUID:2f445a94-684e-47f1-add6-67a5adedd827
VfModuleModelDescription:NULL
Artifacts UUID List:{
075ff036-3c3c-4c21-b7a0-edef6a0f2a1f
,
f0552859-0958-4ff1-b5b4-1505234d01c5

}
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


}

2022-05-25T10:19:20.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 075ff036-3c3c-4c21-b7a0-edef6a0f2a1f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T10:19:20.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:19:20.877Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T10:19:21.160Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:19:21.160Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 075ff036-3c3c-4c21-b7a0-edef6a0f2a1f 5033
2022-05-25T10:19:21.161Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T10:19:21.161Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T10:19:21.161Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:19:21.162Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:21.164Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:21.165Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473961161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:19:21.264Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:21.267Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:21.267Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:21.289Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:21.290Z||pool-122-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:19:22.165Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f0552859-0958-4ff1-b5b4-1505234d01c5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T10:19:22.166Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:19:22.166Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T10:19:22.468Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:19:22.469Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f0552859-0958-4ff1-b5b4-1505234d01c5 903
2022-05-25T10:19:22.469Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T10:19:22.470Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T10:19:22.470Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:19:22.470Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:22.473Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:22.473Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473962469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:19:22.572Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:22.573Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:22.573Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:22.590Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:22.591Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:19:23.474Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9f2c7998-4dc6-4016-96e1-288e178d1cc5
2022-05-25T10:19:23.474Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 652c5394-f0df-44d4-ab4e-2d7badccbb29 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:19:23.485Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75de747b, org.onap.sdc.toscaparser.api.parameters.Input@4e03b6c2, org.onap.sdc.toscaparser.api.parameters.Input@7f992eab, org.onap.sdc.toscaparser.api.parameters.Input@22ebfb30, org.onap.sdc.toscaparser.api.parameters.Input@24902eba]
2022-05-25T10:19:23.487Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.487Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.487Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-25T10:19:23.487Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5d18d956-9861-41d2-a132-b6af47c3a159
2022-05-25T10:19:23.487Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d18d956-9861-41d2-a132-b6af47c3a159 matches Tosca VF Customization UUID: 5d18d956-9861-41d2-a132-b6af47c3a159
2022-05-25T10:19:23.488Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5d18d956-9861-41d2-a132-b6af47c3a159  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T10:19:23.490Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.490Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.490Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5d18d956-9861-41d2-a132-b6af47c3a159: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-25T10:19:23.491Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ce3fc11
2022-05-25T10:19:23.491Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.491Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:19:23.491Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ff504ad-402c-47b0-bada-3462eb94f78d
2022-05-25T10:19:23.491Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ff504ad-402c-47b0-bada-3462eb94f78d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T10:19:23.493Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.493Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T10:19:23.494Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=233c2ea7-e4cc-4217-aeb7-572232c34dd3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T10:19:23.497Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.497Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:23.498Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:19:23.498Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.498Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-25T10:19:23.498Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5d18d956-9861-41d2-a132-b6af47c3a159
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9f2c7998-4dc6-4016-96e1-288e178d1cc5: basic_vm_macro
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.500Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.501Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:19:23.501Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:19:23.501Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-05-25T10:19:23.559Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 652c5394-f0df-44d4-ab4e-2d7badccbb29 1 ASDC deployResourceStructure
2022-05-25T10:19:23.560Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-25T10:19:23.561Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-25T10:19:23.561Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:19:23.561Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:23.564Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:23.564Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473963560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:19:23.664Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:23.668Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:23.668Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:23.684Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:23.684Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:24.565Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T10:19:24.565Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-25T10:19:24.565Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:19:24.565Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:24.567Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:24.568Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473964565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:19:24.667Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:24.669Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:24.669Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:24.706Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:24.707Z||pool-125-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:25.569Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T10:19:25.569Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-25T10:19:25.569Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:19:25.569Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:25.571Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:25.571Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473965569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:19:25.671Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:19:25.672Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:25.672Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:25.689Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:25.689Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:26.572Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-25T10:19:26.573Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-25T10:19:26.573Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:19:26.573Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:19:26.576Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:19:26.576Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473966572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:19:26.676Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:19:26.676Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:19:26.677Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:19:26.692Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:19:26.692Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:19:27.576Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:19:27.586Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:19:27.588Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:19:27.588Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:19:27.588Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:19:57.588Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:19:57.597Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:19:57.601Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:19:57.601Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:19:57.601Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:20:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:20:08.842Z||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.
2022-05-25T10:20:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:20:08.887Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:20:08.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473888839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473899960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473902271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473903577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473904870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473906082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473907272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473908320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473909323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473910328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T10:20:08.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473911331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473912333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473913336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473924142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473923214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473915447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473917308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473934012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473933928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473934267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473934082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473935086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473935482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "cds",
  "timestamp": 1653473935149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:20:08.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be344708-664c-4f55-ae94-5554994704fe
2022-05-25T10:20:08.926Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId be344708-664c-4f55-ae94-5554994704fe 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 (?, ?, ?, ?, ?)
2022-05-25T10:20:08.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473935939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "policy-id",
  "timestamp": 1653473936088,
  "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=?
2022-05-25T10:20:08.936Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be344708-664c-4f55-ae94-5554994704fe
2022-05-25T10:20:08.937Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId be344708-664c-4f55-ae94-5554994704fe 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 (?, ?, ?, ?, ?)
2022-05-25T10:20:08.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473936596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473936942,
  "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=?
2022-05-25T10:20:08.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be344708-664c-4f55-ae94-5554994704fe
2022-05-25T10:20:08.958Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId be344708-664c-4f55-ae94-5554994704fe 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 (?, ?, ?, ?, ?)
2022-05-25T10:20:08.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473937615,
  "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=?
2022-05-25T10:20:08.978Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be344708-664c-4f55-ae94-5554994704fe
2022-05-25T10:20:08.979Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId be344708-664c-4f55-ae94-5554994704fe 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=?
2022-05-25T10:20:08.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473938619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473936152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22b4a7d0-f934-40cf-836f-a5b77bb3b01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473944520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473937308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473945061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473945430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473946027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:08.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "cds",
  "timestamp": 1653473946070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T10:20:09.001Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b973437-6cff-45d6-8d45-a100499de569
2022-05-25T10:20:09.001Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b973437-6cff-45d6-8d45-a100499de569 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 (?, ?, ?, ?, ?)
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473947031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:09.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473932312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:09.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "policy-id",
  "timestamp": 1653473948033,
  "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=?
2022-05-25T10:20:09.016Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b973437-6cff-45d6-8d45-a100499de569
2022-05-25T10:20:09.016Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b973437-6cff-45d6-8d45-a100499de569 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 (?, ?, ?, ?, ?)
2022-05-25T10:20:09.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:20:09.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T10:20:09.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:20:27.602Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:20:27.610Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:20:27.612Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:20:27.612Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:20:27.612Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:20:57.612Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:20:57.624Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:20:57.626Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:20:57.627Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:20:57.627Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:21:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:21:08.842Z||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.
2022-05-25T10:21:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:21:08.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:21:08.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:21:08.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:21:08.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:21:27.627Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:21:27.638Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:21:27.640Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:21:27.640Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:21:27.640Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:21:57.641Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:21:57.654Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:21:57.656Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:21:57.656Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T10:21:57.657Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T10:22:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:22:08.842Z||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.
2022-05-25T10:22:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:22:08.865Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:22:09.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473943214,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473951682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473952357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473952975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "aai-ml",
  "timestamp": 1653473953363,
  "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=?
2022-05-25T10:22:09.394Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be344708-664c-4f55-ae94-5554994704fe
2022-05-25T10:22:09.394Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId be344708-664c-4f55-ae94-5554994704fe 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473954559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473954659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473955577,
  "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=?
2022-05-25T10:22:09.407Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b973437-6cff-45d6-8d45-a100499de569
2022-05-25T10:22:09.407Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b973437-6cff-45d6-8d45-a100499de569 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=?
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473947073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473956580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473957315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473957664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473957877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "clamp",
  "timestamp": 1653473958667,
  "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=?
2022-05-25T10:22:09.420Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be344708-664c-4f55-ae94-5554994704fe
2022-05-25T10:22:09.420Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId be344708-664c-4f55-ae94-5554994704fe 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "cds",
  "timestamp": 1653473958515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.434Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11f24223-a5e5-4316-b865-e8dc2b0dedd0
2022-05-25T10:22:09.434Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473959868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473952312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473961161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473954142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473936703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473962275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473962469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473963291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473962580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473962595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473963560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653473964294,
  "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=?
2022-05-25T10:22:09.446Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 11f24223-a5e5-4316-b865-e8dc2b0dedd0
2022-05-25T10:22:09.447Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473964565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473964475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473965569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473965478,
  "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=?
2022-05-25T10:22:09.458Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b973437-6cff-45d6-8d45-a100499de569
2022-05-25T10:22:09.458Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b973437-6cff-45d6-8d45-a100499de569 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473957308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473966572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473938713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473967180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473968185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "policy-id",
  "timestamp": 1653473969188,
  "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=?
2022-05-25T10:22:09.467Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11f24223-a5e5-4316-b865-e8dc2b0dedd0
2022-05-25T10:22:09.467Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473969276,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "aai-ml",
  "timestamp": 1653473970281,
  "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=?
2022-05-25T10:22:09.475Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b973437-6cff-45d6-8d45-a100499de569
2022-05-25T10:22:09.475Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b973437-6cff-45d6-8d45-a100499de569 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653473963214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473972662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473973666,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473974751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473975755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "clamp",
  "timestamp": 1653473976759,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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=?
2022-05-25T10:22:09.483Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 0b973437-6cff-45d6-8d45-a100499de569
2022-05-25T10:22:09.483Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b973437-6cff-45d6-8d45-a100499de569 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473971285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473981189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473986059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473977764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "aai-ml",
  "timestamp": 1653473987062,
  "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=?
2022-05-25T10:22:09.496Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11f24223-a5e5-4316-b865-e8dc2b0dedd0
2022-05-25T10:22:09.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473992664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473984141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:22:09.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473994100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473994673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "clamp",
  "timestamp": 1653473995677,
  "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=?
2022-05-25T10:22:09.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11f24223-a5e5-4316-b865-e8dc2b0dedd0
2022-05-25T10:22:09.508Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:09.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473995761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:22:09.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:22:09.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:22:09.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653473996764,
  "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=?
2022-05-25T10:22:09.522Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11f24223-a5e5-4316-b865-e8dc2b0dedd0
2022-05-25T10:22:09.522Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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 (?, ?, ?, ?, ?)
2022-05-25T10:22:27.657Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:22:27.666Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be344708-664c-4f55-ae94-5554994704fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:22:27.668Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:22:27.671Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:22:57.671Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be344708-664c-4f55-ae94-5554994704fe 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=?
2022-05-25T10:22:57.677Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be344708-664c-4f55-ae94-5554994704fe and serviceModelVersionId: 9f2c7998-4dc6-4016-96e1-288e178d1cc5
2022-05-25T10:22:57.677Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d9bb053-3af2-4f20-a092-a9087e3622cd
2022-05-25T10:22:57.678Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0
2022-05-25T10:22:57.682Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:22:57.705Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0|INFO|500||Invoke
2022-05-25T10:22:57.706Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be344708-664c-4f55-ae94-5554994704fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[548a97d7-702e-4a4f-a18b-cc566da00155], X-ECOMP-RequestID=[be344708-664c-4f55-ae94-5554994704fe], X-TransactionId=[], X-ONAP-RequestID=[be344708-664c-4f55-ae94-5554994704fe], Content-Type=[application/merge-patch+json]}
2022-05-25T10:22:57.723Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T10:22:58.181Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-10:22:58:323-96527], vertex-id=[245968], Content-Length=[0], Date=[Wed, 25 May 2022 10:22:58 GMT], Content-Type=[application/json]}
2022-05-25T10:22:58.181Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:22:58.181Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9bb053-3af2-4f20-a092-a9087e3622cd/model-vers/model-ver/9f2c7998-4dc6-4016-96e1-288e178d1cc5?depth=0|INFO|500||InvokeReturn
2022-05-25T10:22:58.182Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:22:58.182Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:22:58.186Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:22:58.186Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be344708-664c-4f55-ae94-5554994704fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T10:22:58.186Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:22:58.186Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:22:58.188Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:22:58.188Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474178186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:22:58.288Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:22:58.289Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:22:58.289Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:22:58.314Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:22:58.316Z||pool-128-thread-1|||||INFO|500||cambria reply ok (28 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=?
2022-05-25T10:22:59.201Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T10:22:59.201Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b973437-6cff-45d6-8d45-a100499de569","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b01caae1-60fd-4ac3-b64b-b49ba319e48d","serviceDescription":"service","serviceInvariantUUID":"b4bc516f-6439-4fbf-9c75-2ed01746e2a9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa8dd350-b9a0-4365-a149-d8444ce7f89d","resourceInvariantUUID":"b980d7e2-a81b-4116-9d71-e98ddce0b479","resourceCustomizationUUID":"73ef0419-bd1f-49b5-8a59-8eaf795c3719","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8aa7aac0-4225-4529-b460-1936f00c665c","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":"NjdiMDVhZTY2ZTdmYmMzMjY1MWEzMjQ2ZGU2NjkyNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea50bfe4-bea5-4f26-8a80-7d26c0a4b7d2","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":"ODc2ODJhYTZmMjZkOTZiNzdhYzNiZTE3N2ZkNjE2Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b2eedb8-25a1-4a3e-a00f-98b57c9f4330","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":"b28ccb02-3278-4bba-8487-63a4863c4f87","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":"15af83fa-29e9-43e5-9ff8-71c27a39c84e","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":"29818a54-da4b-4cd5-9f02-e96a4b40a3cf","artifactVersion":"2","generatedFromUUID":"b28ccb02-3278-4bba-8487-63a4863c4f87"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YmRjMTE4MmI2ZjFhMTU3YWNhODMxNTVhYjdkZjBkNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a88ab06-dccf-4df7-8f29-69695906a285","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTg0NDMwZTU2ZjA3ZTYxMTg5ODRkZDUzZDMyYWU2NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"468e0f1b-d470-4247-abc4-bfd308fa653b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T10:22:59.202Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:22:59.202Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:22:59.204Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:22:59.204Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:22:59.304Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:22:59.304Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:22:59.304Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:22:59.320Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:22:59.321Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:23:00.204Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:00.205Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:00.206Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:00.207Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:00.306Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:00.308Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:00.308Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:00.324Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:00.324Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:01.207Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:01.208Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:01.210Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:01.211Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:23:01.310Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:01.311Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:01.311Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:01.330Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:01.331Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:02.211Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:02.212Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:02.234Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:02.235Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:23:02.314Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-05-25T10:23:02.315Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:02.315Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:02.331Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:02.331Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:03.236Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:03.237Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:03.239Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:03.240Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:03.339Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:03.340Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:03.340Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:03.367Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:03.367Z||pool-133-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:23:04.240Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:04.241Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:04.244Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:04.244Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T10:23:04.344Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:04.346Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:04.346Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:04.361Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:04.362Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:05.245Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:05.246Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:05.248Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:05.248Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:05.348Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:05.349Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:05.349Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:05.363Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:05.363Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:06.248Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:06.249Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:06.252Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:06.252Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:23:06.351Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:06.352Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:06.352Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:06.387Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:06.387Z||pool-136-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:07.252Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b01caae1-60fd-4ac3-b64b-b49ba319e48d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b4bc516f-6439-4fbf-9c75-2ed01746e2a9",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "73ef0419-bd1f-49b5-8a59-8eaf795c3719",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa8dd350-b9a0-4365-a149-d8444ce7f89d",
      "resourceInvariantUUID": "b980d7e2-a81b-4116-9d71-e98ddce0b479",
      "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": "ODc2ODJhYTZmMjZkOTZiNzdhYzNiZTE3N2ZkNjE2Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b2eedb8-25a1-4a3e-a00f-98b57c9f4330",
          "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": "b28ccb02-3278-4bba-8487-63a4863c4f87",
          "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": "29818a54-da4b-4cd5-9f02-e96a4b40a3cf",
            "generatedFromUUID": "b28ccb02-3278-4bba-8487-63a4863c4f87"
          },
          "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": "29818a54-da4b-4cd5-9f02-e96a4b40a3cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTg0NDMwZTU2ZjA3ZTYxMTg5ODRkZDUzZDMyYWU2NDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "468e0f1b-d470-4247-abc4-bfd308fa653b"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:23:07.253Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:23:07.253Z|be344708-664c-4f55-ae94-5554994704fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b01caae1-60fd-4ac3-b64b-b49ba319e48d ASDC
2022-05-25T10:23:07.254Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0b973437-6cff-45d6-8d45-a100499de569
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b01caae1-60fd-4ac3-b64b-b49ba319e48d
ServiceInvariantUUID:b4bc516f-6439-4fbf-9c75-2ed01746e2a9
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:468e0f1b-d470-4247-abc4-bfd308fa653b
ArtifactChecksum:MTg0NDMwZTU2ZjA3ZTYxMTg5ODRkZDUzZDMyYWU2NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:73ef0419-bd1f-49b5-8a59-8eaf795c3719
ResourceInvariantUUID:b980d7e2-a81b-4116-9d71-e98ddce0b479
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:aa8dd350-b9a0-4365-a149-d8444ce7f89d
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:2b2eedb8-25a1-4a3e-a00f-98b57c9f4330
ArtifactChecksum:ODc2ODJhYTZmMjZkOTZiNzdhYzNiZTE3N2ZkNjE2Mzk=
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:b28ccb02-3278-4bba-8487-63a4863c4f87
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:29818a54-da4b-4cd5-9f02-e96a4b40a3cf
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:29818a54-da4b-4cd5-9f02-e96a4b40a3cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T10:23:07.254Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b01caae1-60fd-4ac3-b64b-b49ba319e48d 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=?
2022-05-25T10:23:07.281Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:23:07.282Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:23:07.282Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:23:07.282Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 468e0f1b-d470-4247-abc4-bfd308fa653b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T10:23:07.282Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:23:07.282Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T10:23:07.597Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:23:07.600Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 468e0f1b-d470-4247-abc4-bfd308fa653b 73669
2022-05-25T10:23:07.600Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-25T10:23:07.601Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T10:23:07.601Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:23:07.601Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:07.603Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:07.603Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474187600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:23:07.703Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:07.704Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:07.704Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:07.720Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:07.721Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:08.603Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:23:08.604Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:23:08.605Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 468e0f1b-d470-4247-abc4-bfd308fa653b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:08.605Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-25T10:23:08.606Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:08.606Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:08.689Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17746377456460288427/Definitions/service-Basicclamp-template.yml
2022-05-25T10:23:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:23:08.842Z||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.
2022-05-25T10:23:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
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
2022-05-25T10:23:09.378Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.379Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:09.380Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.381Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:23:09.382Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T10:23:09.383Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb1187f6-6758-442e-8027-7001d627a77b
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:09.384Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b01caae1-60fd-4ac3-b64b-b49ba319e48d
Model Version:NULL
Model InvariantUuid:b4bc516f-6439-4fbf-9c75-2ed01746e2a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9ba4150c-8689-43b2-8d99-20b6f7ccd2c1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b980d7e2-a81b-4116-9d71-e98ddce0b479
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73ef0419-bd1f-49b5-8a59-8eaf795c3719
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7997f8ea-b516-4a4b-8dd8-26f718b40408
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:df800de3-1746-4268-a734-6d2e9334247c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bb1187f6-6758-442e-8027-7001d627a77b
ModelInvariantUuid:5e62cb9c-eef6-43bc-b3f4-e39cec6b043c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:befdb173-5be3-45a5-a754-1d0eb8adcedd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:96158a6e-0944-4a94-9085-6b0cc71c2448
ModelInvariantUuid:8e872804-f10c-4f3c-bc15-3ba532f9c1cb
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6375dad3-918c-4a3e-840c-11bcd1ae335b
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:23:09.389Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: aa8dd350-b9a0-4365-a149-d8444ce7f89d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:23:09.391Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||basicclamp 0
2022-05-25T10:23:09.392Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa8dd350-b9a0-4365-a149-d8444ce7f89d
2022-05-25T10:23:09.392Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2b2eedb8-25a1-4a3e-a00f-98b57c9f4330 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T10:23:09.392Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:23:09.392Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T10:23:09.475Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:09.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be344708-664c-4f55-ae94-5554994704fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474178186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:23:09.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:23:09.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:09.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474187600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:23:09.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:23:09.583Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:23:09.584Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2b2eedb8-25a1-4a3e-a00f-98b57c9f4330 790
2022-05-25T10:23:09.585Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-25T10:23:09.585Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T10:23:09.585Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:23:09.586Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:09.588Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:09.588Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474189585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:23:09.688Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:09.689Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:09.689Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:09.706Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:09.706Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:10.589Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7997f8ea-b516-4a4b-8dd8-26f718b40408",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df800de3-1746-4268-a734-6d2e9334247c",
    "vfModuleModelCustomizationUUID": "cd0ea119-bfe9-411d-a8b8-257a897b2f3e",
    "isBase": true,
    "artifacts": [
      "b28ccb02-3278-4bba-8487-63a4863c4f87",
      "29818a54-da4b-4cd5-9f02-e96a4b40a3cf"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:23:10.591Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df800de3-1746-4268-a734-6d2e9334247c
VfModuleModelInvariantUUID:7997f8ea-b516-4a4b-8dd8-26f718b40408
VfModuleModelDescription:NULL
Artifacts UUID List:{
b28ccb02-3278-4bba-8487-63a4863c4f87
,
29818a54-da4b-4cd5-9f02-e96a4b40a3cf

}
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


}

2022-05-25T10:23:10.593Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7997f8ea-b516-4a4b-8dd8-26f718b40408",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df800de3-1746-4268-a734-6d2e9334247c",
    "vfModuleModelCustomizationUUID": "cd0ea119-bfe9-411d-a8b8-257a897b2f3e",
    "isBase": true,
    "artifacts": [
      "b28ccb02-3278-4bba-8487-63a4863c4f87",
      "29818a54-da4b-4cd5-9f02-e96a4b40a3cf"
    ],
    "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": ""
    }
  }
]
2022-05-25T10:23:10.593Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df800de3-1746-4268-a734-6d2e9334247c
VfModuleModelInvariantUUID:7997f8ea-b516-4a4b-8dd8-26f718b40408
VfModuleModelDescription:NULL
Artifacts UUID List:{
b28ccb02-3278-4bba-8487-63a4863c4f87
,
29818a54-da4b-4cd5-9f02-e96a4b40a3cf

}
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


}

2022-05-25T10:23:10.593Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b28ccb02-3278-4bba-8487-63a4863c4f87 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T10:23:10.594Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:23:10.594Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T10:23:10.793Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:23:10.794Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b28ccb02-3278-4bba-8487-63a4863c4f87 5033
2022-05-25T10:23:10.794Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T10:23:10.794Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T10:23:10.794Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:23:10.795Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:10.797Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:10.798Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474190794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:23:10.897Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:10.900Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:10.900Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:10.913Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:10.913Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:23:11.798Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 29818a54-da4b-4cd5-9f02-e96a4b40a3cf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T10:23:11.799Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:23:11.799Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T10:23:12.084Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:23:12.085Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 29818a54-da4b-4cd5-9f02-e96a4b40a3cf 909
2022-05-25T10:23:12.086Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T10:23:12.086Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T10:23:12.086Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:23:12.087Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:12.089Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:12.090Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474192086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:23:12.189Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:12.190Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:12.190Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:12.202Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:12.203Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:13.090Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b01caae1-60fd-4ac3-b64b-b49ba319e48d
2022-05-25T10:23:13.090Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 aa8dd350-b9a0-4365-a149-d8444ce7f89d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:23:13.100Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f8bdaf7, org.onap.sdc.toscaparser.api.parameters.Input@7a72e46e, org.onap.sdc.toscaparser.api.parameters.Input@3e70812c, org.onap.sdc.toscaparser.api.parameters.Input@32ee4505, org.onap.sdc.toscaparser.api.parameters.Input@3837dcd]
2022-05-25T10:23:13.102Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.103Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.103Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-05-25T10:23:13.103Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 73ef0419-bd1f-49b5-8a59-8eaf795c3719
2022-05-25T10:23:13.103Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73ef0419-bd1f-49b5-8a59-8eaf795c3719 matches Tosca VF Customization UUID: 73ef0419-bd1f-49b5-8a59-8eaf795c3719
2022-05-25T10:23:13.103Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 73ef0419-bd1f-49b5-8a59-8eaf795c3719  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T10:23:13.105Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.105Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.105Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 73ef0419-bd1f-49b5-8a59-8eaf795c3719: {\"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\"}
2022-05-25T10:23:13.105Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@147a9cba
2022-05-25T10:23:13.106Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.106Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T10:23:13.106Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd0ea119-bfe9-411d-a8b8-257a897b2f3e
2022-05-25T10:23:13.106Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd0ea119-bfe9-411d-a8b8-257a897b2f3e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T10:23:13.107Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.107Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T10:23:13.108Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T10:23:13.109Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T10:23:13.109Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb1187f6-6758-442e-8027-7001d627a77b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T10:23:13.110Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.110Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:13.110Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T10:23:13.110Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.110Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T10:23:13.110Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=73ef0419-bd1f-49b5-8a59-8eaf795c3719
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b01caae1-60fd-4ac3-b64b-b49ba319e48d: basicclamp
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:13.111Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-05-25T10:23:13.169Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp aa8dd350-b9a0-4365-a149-d8444ce7f89d 1 ASDC deployResourceStructure
2022-05-25T10:23:13.170Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-25T10:23:13.170Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T10:23:13.170Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:23:13.170Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:13.172Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:13.172Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474193170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:23:13.272Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:13.273Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:13.273Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:13.289Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:13.290Z||pool-141-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T10:23:14.173Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T10:23:14.173Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T10:23:14.173Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:23:14.173Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:14.175Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:14.176Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474194172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:23:14.275Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:14.276Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:14.276Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:14.290Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:14.291Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:15.176Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T10:23:15.177Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T10:23:15.177Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:23:15.177Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:15.179Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:15.179Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474195176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:23:15.278Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:15.279Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:15.279Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:15.293Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:15.293Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:16.179Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-25T10:23:16.180Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T10:23:16.180Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:23:16.180Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:16.190Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:16.190Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474196179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:23:16.282Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-25T10:23:16.283Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:16.283Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:16.310Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:16.310Z||pool-144-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:17.190Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b973437-6cff-45d6-8d45-a100499de569
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:23:17.200Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b973437-6cff-45d6-8d45-a100499de569
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-25T10:23:17.202Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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=?
2022-05-25T10:23:17.205Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:23:47.205Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b973437-6cff-45d6-8d45-a100499de569 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=?
2022-05-25T10:23:47.217Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b973437-6cff-45d6-8d45-a100499de569 and serviceModelVersionId: b01caae1-60fd-4ac3-b64b-b49ba319e48d
2022-05-25T10:23:47.218Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4bc516f-6439-4fbf-9c75-2ed01746e2a9
2022-05-25T10:23:47.219Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4bc516f-6439-4fbf-9c75-2ed01746e2a9/model-vers/model-ver/b01caae1-60fd-4ac3-b64b-b49ba319e48d?depth=0
2022-05-25T10:23:47.224Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:23:47.250Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4bc516f-6439-4fbf-9c75-2ed01746e2a9/model-vers/model-ver/b01caae1-60fd-4ac3-b64b-b49ba319e48d?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]}
2022-05-25T10:23:47.253Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4bc516f-6439-4fbf-9c75-2ed01746e2a9/model-vers/model-ver/b01caae1-60fd-4ac3-b64b-b49ba319e48d?depth=0|INFO|500||Invoke
2022-05-25T10:23:47.268Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4bc516f-6439-4fbf-9c75-2ed01746e2a9/model-vers/model-ver/b01caae1-60fd-4ac3-b64b-b49ba319e48d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-25T10:23:47.561Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4bc516f-6439-4fbf-9c75-2ed01746e2a9/model-vers/model-ver/b01caae1-60fd-4ac3-b64b-b49ba319e48d?depth=0|INFO|500||InvokeReturn
2022-05-25T10:23:47.562Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4bc516f-6439-4fbf-9c75-2ed01746e2a9/model-vers/model-ver/b01caae1-60fd-4ac3-b64b-b49ba319e48d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-10:23:47:867-92091], vertex-id=[282768], Content-Length=[0], Date=[Wed, 25 May 2022 10:23:47 GMT], Content-Type=[application/json]}
2022-05-25T10:23:47.563Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:23:47.564Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:23:47.564Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:23:47.568Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:23:47.569Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b973437-6cff-45d6-8d45-a100499de569 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-25T10:23:47.569Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:23:47.569Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:47.571Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:47.572Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474227569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-25T10:23:47.671Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:47.672Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:47.673Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:47.690Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:47.691Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T10:23:48.583Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-25T10:23:48.583Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"11f24223-a5e5-4316-b865-e8dc2b0dedd0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4f3c7a7a-3ae1-4160-ad06-88696099329e","serviceDescription":"service","serviceInvariantUUID":"1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dde9adb6-2247-4c4d-876c-2c3428c8d96e","resourceInvariantUUID":"eb1f15a4-87c0-408e-a965-1db09c7f2e8d","resourceCustomizationUUID":"ef53a98f-135e-437e-8ef5-8470d6aa97ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVhN2Q0NmNkMDJmZTQxNWYyOGQ5Yjg1Y2JhN2ViZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afb65ace-d1c4-40cb-9744-cc1f6a72cc12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6fbe335e-b350-40e2-855c-66c4bb42edb5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12b43829-79f7-4126-80d7-c738e3361143","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ODU5NDIxNjM1NzMyZTU0ZTdjODE2NTFjNTM5YWU3M2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f3158aee-f886-4af8-96c2-301b4b9ec572","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21b04f87-f7a7-4f5a-bdd0-3539257c26a9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4db3c1e1-a77d-4465-906a-6200b0171566","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31043aaf-18ab-4041-8423-7672f54e545b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NWQ3MWVhODUyN2M5NzIzMWM3YWMwY2YzZWY2YjZiN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50cf5e9d-2060-498a-8868-3efad9fa6b07","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTdmNTAyNjZmMjYyOWQyZDNlODY5M2EyNDE0Y2I0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42adbac0-8416-400a-9382-0ee335b04063","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T10:23:48.584Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:48.584Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:48.586Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:48.586Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:48.686Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:48.686Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:48.686Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:48.702Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:48.703Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:49.587Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:49.587Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:49.590Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:49.590Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:49.690Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:49.691Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:49.691Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:49.707Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:49.707Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:50.591Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:50.591Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:50.592Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:50.592Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:50.692Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:50.693Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:50.693Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:50.706Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:50.707Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:51.593Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:51.594Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:51.596Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:51.596Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:51.696Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:51.696Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:51.697Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:51.711Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:51.712Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:52.596Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:52.597Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:52.598Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:52.599Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:52.698Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:52.699Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:52.699Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:52.715Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:52.716Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:53.599Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:53.600Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:53.601Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:53.601Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:53.701Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:53.702Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:53.702Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:53.716Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:53.717Z||pool-151-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:54.602Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:54.602Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:54.604Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:54.604Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:54.704Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:54.704Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:54.705Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:54.719Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:54.719Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:55.604Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:55.605Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:55.607Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:55.608Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:23:55.707Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T10:23:55.708Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:55.708Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:55.723Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:55.723Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:56.608Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T10:23:56.609Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:56.611Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:56.611Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:23:56.711Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:56.711Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:56.712Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:56.731Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:56.732Z||pool-154-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:57.611Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4f3c7a7a-3ae1-4160-ad06-88696099329e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ef53a98f-135e-437e-8ef5-8470d6aa97ba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dde9adb6-2247-4c4d-876c-2c3428c8d96e",
      "resourceInvariantUUID": "eb1f15a4-87c0-408e-a965-1db09c7f2e8d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MTdmNTAyNjZmMjYyOWQyZDNlODY5M2EyNDE0Y2I0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "42adbac0-8416-400a-9382-0ee335b04063"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T10:23:57.612Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T10:23:57.612Z|0b973437-6cff-45d6-8d45-a100499de569|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f3c7a7a-3ae1-4160-ad06-88696099329e ASDC
2022-05-25T10:23:57.612Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:11f24223-a5e5-4316-b865-e8dc2b0dedd0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4f3c7a7a-3ae1-4160-ad06-88696099329e
ServiceInvariantUUID:1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:42adbac0-8416-400a-9382-0ee335b04063
ArtifactChecksum:MTdmNTAyNjZmMjYyOWQyZDNlODY5M2EyNDE0Y2I0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ef53a98f-135e-437e-8ef5-8470d6aa97ba
ResourceInvariantUUID:eb1f15a4-87c0-408e-a965-1db09c7f2e8d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dde9adb6-2247-4c4d-876c-2c3428c8d96e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T10:23:57.612Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f3c7a7a-3ae1-4160-ad06-88696099329e 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=?
2022-05-25T10:23:57.633Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:23:57.634Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:23:57.634Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:23:57.634Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 42adbac0-8416-400a-9382-0ee335b04063 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T10:23:57.635Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-25T10:23:57.635Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T10:23:58.082Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-25T10:23:58.087Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 42adbac0-8416-400a-9382-0ee335b04063 105659
2022-05-25T10:23:58.088Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T10:23:58.088Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T10:23:58.088Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T10:23:58.088Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:58.090Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:58.090Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474238088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:23:58.190Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:58.190Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:58.191Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:58.207Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:58.208Z||pool-155-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:23:59.091Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T10:23:59.091Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-25T10:23:59.092Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 42adbac0-8416-400a-9382-0ee335b04063, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.092Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.093Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.093Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.192Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14547974407172072919/Definitions/service-TestPnfMacro-template.yml
2022-05-25T10:23:59.698Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-25T10:23:59.699Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.700Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.701Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4f3c7a7a-3ae1-4160-ad06-88696099329e
Model Version:NULL
Model InvariantUuid:1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T10:23:59.706Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: dde9adb6-2247-4c4d-876c-2c3428c8d96e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:23:59.709Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-05-25T10:23:59.709Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dde9adb6-2247-4c4d-876c-2c3428c8d96e
2022-05-25T10:23:59.709Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4f3c7a7a-3ae1-4160-ad06-88696099329e
2022-05-25T10:23:59.709Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4f3c7a7a-3ae1-4160-ad06-88696099329e
2022-05-25T10:23:59.709Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dde9adb6-2247-4c4d-876c-2c3428c8d96e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:23:59.713Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a510eff, org.onap.sdc.toscaparser.api.parameters.Input@ca344d5, org.onap.sdc.toscaparser.api.parameters.Input@2fb85ea0, org.onap.sdc.toscaparser.api.parameters.Input@fc50567, org.onap.sdc.toscaparser.api.parameters.Input@2dc1c496]
2022-05-25T10:23:59.713Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.713Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.714Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4f3c7a7a-3ae1-4160-ad06-88696099329e: test-pnf
2022-05-25T10:23:59.714Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Processing PNF resource: dde9adb6-2247-4c4d-876c-2c3428c8d96e
2022-05-25T10:23:59.714Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T10:23:59.714Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T10:23:59.714Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||Resource customization UUID: ef53a98f-135e-437e-8ef5-8470d6aa97ba is the same as notified resource customizationUUID: ef53a98f-135e-437e-8ef5-8470d6aa97ba
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?)
2022-05-25T10:23:59.734Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dde9adb6-2247-4c4d-876c-2c3428c8d96e 0 ASDC deployResourceStructure
2022-05-25T10:23:59.735Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T10:23:59.735Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T10:23:59.735Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T10:23:59.735Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:23:59.736Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:23:59.736Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474239735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:23:59.836Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:23:59.837Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:23:59.837Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:23:59.852Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:23:59.852Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T10:24:00.737Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11f24223-a5e5-4316-b865-e8dc2b0dedd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-05-25T10:24:00.745Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11f24223-a5e5-4316-b865-e8dc2b0dedd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T10:24:00.747Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T10:24:00.747Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T10:24:00.747Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T10:24:00.747Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T10:24:00.747Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T10:24:00.748Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T10:24:00.751Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T10:24:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:08.842Z||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.
2022-05-25T10:24:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:24:08.974Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:24:08.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T10:24:08.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474189585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:24:08.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:24:30.751Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11f24223-a5e5-4316-b865-e8dc2b0dedd0 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=?
2022-05-25T10:24:30.755Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11f24223-a5e5-4316-b865-e8dc2b0dedd0 and serviceModelVersionId: 4f3c7a7a-3ae1-4160-ad06-88696099329e
2022-05-25T10:24:30.756Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1
2022-05-25T10:24:30.757Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1/model-vers/model-ver/4f3c7a7a-3ae1-4160-ad06-88696099329e?depth=0
2022-05-25T10:24:30.760Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T10:24:30.778Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1/model-vers/model-ver/4f3c7a7a-3ae1-4160-ad06-88696099329e?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]}
2022-05-25T10:24:30.779Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1/model-vers/model-ver/4f3c7a7a-3ae1-4160-ad06-88696099329e?depth=0|INFO|500||Invoke
2022-05-25T10:24:30.793Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1/model-vers/model-ver/4f3c7a7a-3ae1-4160-ad06-88696099329e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T10:24:30.868Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1/model-vers/model-ver/4f3c7a7a-3ae1-4160-ad06-88696099329e?depth=0|INFO|500||InvokeReturn
2022-05-25T10:24:30.868Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1178a00a-8dd2-4ea2-8980-21c9f3d0fdc1/model-vers/model-ver/4f3c7a7a-3ae1-4160-ad06-88696099329e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-10:24:31:392-9735], vertex-id=[225352], Content-Length=[0], Date=[Wed, 25 May 2022 10:24:31 GMT], Content-Type=[application/json]}
2022-05-25T10:24:30.869Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T10:24:30.869Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T10:24:30.869Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T10:24:30.873Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T10:24:30.873Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11f24223-a5e5-4316-b865-e8dc2b0dedd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T10:24:30.873Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T10:24:30.873Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-25T10:24:30.875Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T10:24:30.875Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474270873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:24:30.975Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T10:24:30.976Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T10:24:30.976Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:24:30.995Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:24:30.996Z||pool-157-thread-1|||||INFO|500||cambria reply ok (21 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=?
2022-05-25T10:24:31.884Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:31.884Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T10:24:31.884Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:24:42.170Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:24:42.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:42.171Z||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.
2022-05-25T10:24:42.171Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:24:51.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:24:51.720Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:51.720Z||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.
2022-05-25T10:24:51.720Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:25:01.292Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:25:01.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:01.292Z||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.
2022-05-25T10:25:01.293Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:25:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:08.842Z||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.
2022-05-25T10:25:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:25:08.876Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474190794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474192086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474193170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474194172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474195176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474196179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b973437-6cff-45d6-8d45-a100499de569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474227569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653473948839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474238088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474239735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T10:25:08.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:25:10.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:25:10.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:10.842Z||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.
2022-05-25T10:25:10.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:25:20.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:25:20.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:20.394Z||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.
2022-05-25T10:25:20.394Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:25:29.953Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:26:08.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:26:08.839Z||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.
2022-05-25T10:26:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:26:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:26:08.841Z||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.
2022-05-25T10:26:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:26:09.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:26:09.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T10:26:09.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11f24223-a5e5-4316-b865-e8dc2b0dedd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653474270873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T10:26:09.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T10:26:18.390Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:27:08.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:27:08.840Z||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.
2022-05-25T10:27:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:27:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:27:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T10:27:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:27:18.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:27:18.395Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:28:08.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:28:08.840Z||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.
2022-05-25T10:28:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:28:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:28:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T10:28:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:28:18.394Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:28:18.395Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:29:08.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:29:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:29:08.843Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T10:29:08.843Z||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.
2022-05-25T10:29:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:29:08.843Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:29:18.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:29:18.398Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:30:08.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:30:08.840Z||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.
2022-05-25T10:30:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:30:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:30:08.842Z||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.
2022-05-25T10:30:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:30:18.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:30:18.394Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:31:08.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:31:08.840Z||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.
2022-05-25T10:31:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:31:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:31:08.842Z||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.
2022-05-25T10:31:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:31:18.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:31:18.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:32:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:32:08.840Z||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.
2022-05-25T10:32:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:32:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:32:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T10:32:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:32:18.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:32:18.398Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:33:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:33:08.839Z||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.
2022-05-25T10:33:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:33:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:33:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T10:33:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:33:18.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:33:18.396Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:34:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:34:08.840Z||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.
2022-05-25T10:34:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:34:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:34:08.842Z||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.
2022-05-25T10:34:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:34:18.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:34:18.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:35:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:35:08.841Z||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.
2022-05-25T10:35:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:35:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:35:08.841Z||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.
2022-05-25T10:35:08.841Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:35:18.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:35:18.390Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:36:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:36:08.840Z||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.
2022-05-25T10:36:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:36:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:36:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T10:36:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:36:18.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:36:18.393Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:37:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:37:08.840Z||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.
2022-05-25T10:37:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:37:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:37:08.842Z||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.
2022-05-25T10:37:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:37:18.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:37:18.405Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:38:08.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:38:08.839Z||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.
2022-05-25T10:38:08.840Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:38:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:38:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:38:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:38:18.390Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:38:18.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:39:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:39:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:39:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:39:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:39:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T10:39:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:39:18.410Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:39:18.413Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:40:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:40:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:40:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:40:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:40:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T10:40:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:40:18.394Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:40:18.394Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:41:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:41:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:41:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:41:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:41:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T10:41:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:41:18.394Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:41:18.394Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:42:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:42:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:42:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:42:08.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:42:08.842Z||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.
2022-05-25T10:42:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:42:18.397Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:42:18.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:43:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:43:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:43:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:43:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:43:08.842Z||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.
2022-05-25T10:43:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:43:18.384Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:43:18.390Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:44:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:44:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:44:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:44:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:44:08.842Z||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.
2022-05-25T10:44:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:44:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:44:18.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:45:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:45:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:45:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:45:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:45:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T10:45:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:45:18.386Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:45:18.398Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:46:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:46:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:46:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:46:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:46:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T10:46:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:46:18.391Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:46:18.392Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:47:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:47:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:47:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:47:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:47:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T10:47:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:47:18.389Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:47:18.392Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:48:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:48:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:48:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:48:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:48:08.842Z||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.
2022-05-25T10:48:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:48:18.394Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:48:18.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:49:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:49:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:49:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:49:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:49:08.842Z||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.
2022-05-25T10:49:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:49:18.399Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:49:18.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:50:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:50:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:50:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:50:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:50:08.843Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T10:50:08.843Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:50:18.391Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:50:18.393Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:51:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:51:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:51:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:51:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:51:08.842Z||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.
2022-05-25T10:51:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:51:18.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:51:18.398Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:52:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:52:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:52:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:52:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:52:08.842Z||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.
2022-05-25T10:52:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:52:18.387Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:52:18.387Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:53:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:53:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:53:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:53:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:53:08.842Z||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.
2022-05-25T10:53:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:53:18.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:53:18.400Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:54:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:54:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:54:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:54:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:54:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T10:54:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:54:18.389Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:54:18.391Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:55:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:55:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:55:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:55:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:55:08.842Z||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.
2022-05-25T10:55:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:55:18.383Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:55:18.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:56:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:56:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:56:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:56:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:56:08.842Z||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.
2022-05-25T10:56:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:56:18.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:56:18.397Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:57:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:57:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:57:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T10:57:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:57:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:57:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:57:18.388Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:57:18.388Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:58:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:58:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:58:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:58:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:58:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T10:58:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:58:18.400Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:58:18.402Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:59:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:59:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T10:59:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:59:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:59:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T10:59:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T10:59:18.390Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T10:59:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:00:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:00:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:00:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:00:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:00:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:00:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:00:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:00:18.393Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:01:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:01:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:01:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:01:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:01:08.842Z||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.
2022-05-25T11:01:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:01:18.386Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:01:18.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:02:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:02:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:02:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:02:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:02:08.842Z||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.
2022-05-25T11:02:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:02:18.390Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:02:18.403Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:03:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:03:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:03:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:03:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:03:08.842Z||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.
2022-05-25T11:03:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:03:18.405Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:03:18.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:04:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:04:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:04:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:04:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:04:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:04:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:04:18.390Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:04:18.391Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:05:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:05:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:05:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:05:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:05:08.842Z||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.
2022-05-25T11:05:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:05:18.399Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:05:18.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:06:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:06:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:06:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:06:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:06:08.842Z||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.
2022-05-25T11:06:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:06:18.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:06:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:07:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:07:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:07:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:07:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:07:08.842Z||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.
2022-05-25T11:07:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:07:18.400Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:07:18.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:08:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:08:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:08:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:08:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:08:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:08:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:08:18.390Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:08:18.390Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:09:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:09:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:09:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:09:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:09:08.842Z||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.
2022-05-25T11:09:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:09:18.388Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:09:18.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:10:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:10:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:10:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:10:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:10:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T11:10:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:10:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:10:18.403Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:11:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:11:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:11:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:11:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:11:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:11:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:11:18.393Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:11:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:12:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:12:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:12:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:12:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:12:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:12:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:12:18.414Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:12:18.414Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:13:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:13:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:13:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:13:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:13:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:13:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:13:18.393Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:13:18.395Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:14:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:14:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:14:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:14:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:14:08.841Z||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.
2022-05-25T11:14:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:14:18.390Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:14:18.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:15:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:15:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:15:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:15:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:15:08.843Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:15:08.843Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:15:18.396Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:15:18.398Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:16:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:16:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:16:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:16:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:16:08.841Z||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.
2022-05-25T11:16:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:16:18.384Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:16:18.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:17:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:17:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:17:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:17:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:17:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T11:17:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:17:18.388Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:17:18.391Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:18:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:18:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:18:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:18:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:18:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T11:18:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:18:18.399Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:18:18.402Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:19:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:19:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:19:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:19:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:19:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T11:19:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:19:18.392Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:19:18.392Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:20:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:20:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:20:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:20:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:20:08.843Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:20:08.843Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:20:18.395Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:20:18.395Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:21:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:21:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:21:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:21:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:21:08.842Z||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.
2022-05-25T11:21:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:21:18.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:21:18.388Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:22:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:22:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:22:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:22:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:22:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:22:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:22:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:22:18.394Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:23:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:23:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:23:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:23:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:23:08.843Z||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.
2022-05-25T11:23:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:23:18.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:23:18.400Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:24:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:24:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:24:08.841Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:24:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:24:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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.
2022-05-25T11:24:08.842Z|66ab9030-e526-445a-8861-49722a16d6a0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:24:18.397Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:24:18.397Z|66ab9030-e526-445a-8861-49722a16d6a0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:25:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:25:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:25:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:25:08.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:25:08.842Z||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.
2022-05-25T11:25:08.843Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:25:18.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:25:18.404Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:26:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:26:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:26:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:26:08.841Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:26:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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.
2022-05-25T11:26:08.842Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:26:18.393Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:26:18.395Z|11f24223-a5e5-4316-b865-e8dc2b0dedd0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:27:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:27:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:27:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:27:08.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:27:08.841Z||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.
2022-05-25T11:27:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:27:18.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:27:18.383Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:28:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:28:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:28:08.841Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:28:08.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:28:08.842Z||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.
2022-05-25T11:28:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:28:18.389Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:28:18.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:29:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:29:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:29:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:29:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:29:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:29:08.842Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:29:18.386Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:29:18.389Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:30:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:30:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:30:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:30:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:30:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:30:08.842Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:30:18.397Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:30:18.398Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:31:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:31:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:31:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:31:08.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:31:08.842Z||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.
2022-05-25T11:31:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:31:18.388Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:31:18.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:32:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:32:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:32:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:32:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:32:08.842Z||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.
2022-05-25T11:32:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:32:18.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:32:18.392Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:33:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:33:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:33:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:33:08.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:33:08.842Z||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.
2022-05-25T11:33:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:33:18.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:33:18.394Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:34:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:34:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:34:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:34:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:34:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:34:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:34:18.393Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:34:18.394Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:35:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:35:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:35:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:35:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:35:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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.
2022-05-25T11:35:08.841Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:35:18.387Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:35:18.388Z|2bdf87af-3369-41d0-9ecc-bbfb235c3db0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T11:36:08.839Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:36:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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.
2022-05-25T11:36:08.840Z|8a58250e-df2e-477f-8d80-a3d9ef6e8819|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 1dVkNS0ZGJr8fzZ0) ...
2022-05-25T11:36:08.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:36:08.842Z||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.
2022-05-25T11:36:08.842Z||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 1dVkNS0ZGJr8fzZ0) ...